Flowdock
yes_clean_other_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 542
    def yes_clean_other_writer(name, disp_name=name)
      module_eval(        def #{name}=(value)          value = (value ? "yes" : "no") if [true, false].include?(value)          @#{name} = value        end, __FILE__, __LINE__ + 1)
    end
Register or log in to add new notes.