method
explicit_clean_other_attr_reader
v2_6_3 -
Show latest stable
- Class:
RSS::BaseModel
explicit_clean_other_attr_reader(*attrs)private
No documentation available.
# File lib/rss/rss.rb, line 377
def explicit_clean_other_attr_reader(*attrs)
attrs.each do |attr|
module_eval( attr_reader(:#{attr}) def #{attr}? ExplicitCleanOther.parse(@#{attr}) end, __FILE__, __LINE__ + 1)
end
end