explicit_clean_other_writer(name, disp_name=name)private
No documentation available.
# File lib/rss/rss.rb, line 547
def explicit_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