class RSS::Maker::RSS10::Channel::Links
Public Instance Methods
Source
# File bundled-src/rss-0.3.2/lib/rss/maker/1.0.rb, line 123 def to_feed(rss, channel) return if @links.empty? @links.first.to_feed(rss, channel) end
# File bundled-src/rss-0.3.2/lib/rss/maker/1.0.rb, line 123 def to_feed(rss, channel) return if @links.empty? @links.first.to_feed(rss, channel) end