method
append_features

append_features(klass)
public
Hide source
# 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