= private = protected
to_feed(rss, source)
This method has no description. You can help the Ruby community by adding new notes.
# File lib/rss/maker/2.0.rb, line 164 def to_feed(rss, source) return if @links.empty? @links.first.to_feed(rss, source) end