Class: RSS::Maker::RSS20::Channel::Categories

Inherits:
RSS09::Channel::Categories
  • Object
show all
Defined in:
lib/rss/maker/2.0.rb

Defined Under Namespace

Classes: Category

Instance Method Summary collapse

Instance Method Details

#to_feed(rss, channel) ⇒ Object



49
50
51
52
53
# 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