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