Class: RSS::Maker::RSS09::Channel::Title

Inherits:
TitleBase
  • Object
show all
Defined in:
lib/rss/maker/0.9.rb

Instance Method Summary collapse

Instance Method Details

#to_feed(rss, channel) ⇒ Object



212
213
214
# File 'lib/rss/maker/0.9.rb', line 212

def to_feed(rss, channel)
  channel.title = content if have_required_values?
end