[Source]
# File lib/rss/maker/2.0.rb, line 202 202: def to_feed(rss, item) 203: return if @authors.empty? 204: @authors.first.to_feed(rss, item) 205: end
[Validate]