Class RSS::Maker::RSS09::Channel::Links
In: lib/rss/maker/0.9.rb
Parent: LinksBase

Methods

to_feed  

Classes and Modules

Class RSS::Maker::RSS09::Channel::Links::Link

Public Instance methods

[Source]

     # File lib/rss/maker/0.9.rb, line 144
144:           def to_feed(rss, channel)
145:             return if @links.empty?
146:             @links.first.to_feed(rss, channel)
147:           end

[Validate]