Flowdock
text_type_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 500
    def text_type_writer(name, disp_name=name)
      module_eval("def \#{name}=(new_value)\nif @do_validate and\n![\"text\", \"html\", \"xhtml\", nil].include?(new_value)\nraise NotAvailableValueError.new('\#{disp_name}', new_value)\nend\n@\#{name} = new_value\nend\n", *get_file_and_line_from_caller(2))
    end
Register or log in to add new notes.