method

to_feed

ruby latest stable - Class: RSS::Maker::RSS20::Channel::Categories
to_feed(rss, channel)
public

No documentation available.

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