class RSS::Maker::RSS09::Channel::Links
Public Instance Methods
to_feed(rss, channel)
click to toggle source
# File lib/rss/maker/0.9.rb, line 144 def to_feed(rss, channel) return if @links.empty? @links.first.to_feed(rss, channel) end