In Files

  • rss/maker/0.9.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

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

Public Instance Methods

to_feed(rss, channel) click to toggle source
 
               # File rss/maker/0.9.rb, line 212
def to_feed(rss, channel)
  channel.title = content if have_required_values?
end