method
to_feed
to_feed(rss, channel)
public
Hide source
# 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