Class: RSS::Maker::RSS20::Channel::Generator

Inherits:
GeneratorBase
  • Object
show all
Defined in:
lib/rss/maker/2.0.rb

Instance Method Summary collapse

Instance Method Details

#to_feed(rss, channel) ⇒ Object



74
75
76
# File 'lib/rss/maker/2.0.rb', line 74

def to_feed(rss, channel)
  channel.generator = content
end