method
append_features
v1_8_6_287 -
Show latest stable
- Class:
RSS::Maker::TaxonomyTopicsModel
append_features(klass)public
No documentation available.
# File lib/rss/maker/taxonomy.rb, line 8
def self.append_features(klass)
super
klass.add_need_initialize_variable("taxo_topics", "make_taxo_topics")
klass.add_other_element("taxo_topics")
klass.module_eval("attr_reader :taxo_topics\ndef make_taxo_topics\nself.class::TaxonomyTopics.new(@maker)\nend\n\ndef setup_taxo_topics(rss, current)\n@taxo_topics.to_rss(rss, current)\nend\n", __FILE__, __LINE__ + 1)
end