method

to_feed

to_feed(rss, channel)
public

No documentation available.

# File lib/rss/maker/2.0.rb, line 49
          def to_feed(rss, channel)
            @categories.each do |category|
              category.to_feed(rss, channel)
            end
          end