Flowdock
method

def_explicit_clean_other_accessor

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: RSS::Maker::ITunesBaseModel
def_explicit_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_explicit_clean_other_accessor(klass, full_name)
        klass.def_other_element(full_name)
        klass.module_eval(          def #{full_name}?            Utils::ExplicitCleanOther.parse(#{full_name})          end, __FILE__, __LINE__ + 1)
      end
Register or log in to add new notes.