class RSS::Maker::RSS20::Channel::Generator

Public Instance Methods

to_feed(rss, channel) click to toggle source
# File rss-0.2.9/lib/rss/maker/2.0.rb, line 75
def to_feed(rss, channel)
  channel.generator = content
end