[Source]
# File rss/maker/2.0.rb, line 51 def to_rss(rss, channel) @categories.each do |category| category.to_rss(rss, channel) end end
[Validate]