class RSS::Maker::RSS20::Channel::Categories
Public Instance Methods
          to_feed(rss, channel)
          
          click to toggle 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