def_yes_clean_other_accessor(klass, full_name) public

No documentation

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

Hide source
# File lib/rss/maker/itunes.rb, line 46
      def def_yes_clean_other_accessor(klass, full_name)
        klass.def_other_element(full_name)
        klass.module_eval("def \#{full_name}?\nUtils::YesCleanOther.parse(\#{full_name})\nend\n", __FILE__, __LINE__ + 1)
      end
Register or log in to add new notes.