method
yes_clean_other_attr_reader
v1_8_7_72 -
Show latest stable
- Class:
RSS::BaseModel
yes_clean_other_attr_reader(*attrs)private
No documentation available.
# File lib/rss/rss.rb, line 346
def yes_clean_other_attr_reader(*attrs)
attrs.each do |attr|
attr = attr.id2name if attr.kind_of?(Integer)
module_eval("attr_reader(:\#{attr})\ndef \#{attr}?\nYesCleanOther.parse(@\#{attr})\nend\n", __FILE__, __LINE__ + 1)
end
end