In Files

  • rss-0.2.9/lib/rss/maker/0.9.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

RSS::Maker::RSS09::Items::Item::Links

Public Instance Methods

to_feed(rss, item) click to toggle source
 
               # File rss-0.2.9/lib/rss/maker/0.9.rb, line 379
def to_feed(rss, item)
  return if @links.empty?
  @links.first.to_feed(rss, item)
end
            
There is an updated format of the API docs for this version here.