Class RSS::Maker::RSS10::Channel::Links
In: lib/rss/maker/1.0.rb
Parent: LinksBase

Methods

to_feed  

Classes and Modules

Class RSS::Maker::RSS10::Channel::Links::Link

Public Instance methods

[Source]

     # File lib/rss/maker/1.0.rb, line 121
121:           def to_feed(rss, channel)
122:             return if @links.empty?
123:             @links.first.to_feed(rss, channel)
124:           end

[Validate]