method
def_yes_other_accessor
v1_9_1_378 -
Show latest stable
- Class:
RSS::Maker::ITunesBaseModel
def_yes_other_accessor(klass, full_name)public
No documentation available.
# File lib/rss/maker/itunes.rb, line 36
def def_yes_other_accessor(klass, full_name)
klass.def_other_element(full_name)
klass.module_eval( def #{full_name}? Utils::YesOther.parse(@#{full_name}) end, __FILE__, __LINE__ + 1)
end