Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • rss/maker/1.0.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

RSS::Maker::RSS10::Channel::Links

Public Instance Methods

to_feed(rss, channel) click to toggle source
 
               # File rss/maker/1.0.rb, line 122
def to_feed(rss, channel)
  return if @links.empty?
  @links.first.to_feed(rss, channel)
end