123456789_123456789_123456789_123456789_123456789_

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

Relationships & Source Files
Namespace Children
Classes:
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: RSS::Maker::RSS09::Channel::Categories
Defined in: lib/rss/maker/2.0.rb

Instance Method Summary

Instance Method Details

#to_feed(rss, channel)

[ GitHub ]

  
# 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