Class: RSS::Maker::RSS10::Channel::Title

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

Instance Method Summary collapse

Instance Method Details

#to_feed(rss, channel) ⇒ Object



184
185
186
# File 'lib/rss/maker/1.0.rb', line 184

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