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