Flowdock
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 45
      def def_yes_clean_other_accessor(klass, full_name)
        klass.def_other_element(full_name)
        klass.module_eval(          def #{full_name}?            Utils::YesCleanOther.parse(#{full_name})          end, __FILE__, __LINE__ + 1)
      end
Register or log in to add new notes.