class RSS::Maker::RSS20::Channel::Categories
公共实例方法
to_feed(rss, channel) 点击以切换源代码
# File rss-0.3.1/lib/rss/maker/2.0.rb, line 50 def to_feed(rss, channel) @categories.each do |category| category.to_feed(rss, channel) end end