Flowdock
method

new_taxo_topic

Importance_0
v1_8_6_287 - Show latest stable - 0 notes - Class: RSS::Maker::TaxonomyTopicModel::TaxonomyTopicsBase
new_taxo_topic() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rss/maker/taxonomy.rb, line 111
        def new_taxo_topic
          taxo_topic = self.class::TaxonomyTopic.new(self)
          @taxo_topics << taxo_topic
          if block_given?
            yield taxo_topic
          else
            taxo_topic
          end
        end
Register or log in to add new notes.