Flowdock
csv_writer(name, disp_name=name) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rss/rss.rb, line 562
    def csv_writer(name, disp_name=name)
      module_eval(        def #{name}=(new_value)          @#{name} = Utils::CSV.parse(new_value)        end, __FILE__, __LINE__ + 1)
    end
Register or log in to add new notes.