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