Instance Methods
lib/rss/maker/2.0.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rss/maker/2.0.rb, line 50
def to_feed(rss, channel)
@categories.each do |category|
category.to_feed(rss, channel)
end
end
No documentation available