class RSS::Maker::RSS09::Items::Item::Links
Public Instance Methods
Source
# File bundled-src/rss-0.3.2/lib/rss/maker/0.9.rb, line 380 def to_feed(rss, item) return if @links.empty? @links.first.to_feed(rss, item) end
# File bundled-src/rss-0.3.2/lib/rss/maker/0.9.rb, line 380 def to_feed(rss, item) return if @links.empty? @links.first.to_feed(rss, item) end