Flowdock
csv_integer_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 559
    def csv_integer_writer(name, disp_name=name)
      module_eval("def \#{name}=(new_value)\n@\#{name} = Utils::CSV.parse(new_value) {|v| Integer(v)}\nend\n", __FILE__, __LINE__ + 1)
    end
Register or log in to add new notes.