method

yes_clean_other_attr_reader

ruby latest stable - Class: RSS::BaseModel

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2_4_6) is shown here.

yes_clean_other_attr_reader(*attrs)
private

No documentation available.

# File lib/rss/rss.rb, line 377
    def yes_clean_other_attr_reader(*attrs)
      attrs.each do |attr|
        module_eval(          attr_reader(:#{attr})          def #{attr}?            YesCleanOther.parse(@#{attr})          end, __FILE__, __LINE__ + 1)
      end
    end