In Files

Class/Module Index [+]

Quicksearch

RSS::Maker::RSS20::Items::Item::Authors

Public Instance Methods

to_feed(rss, item) click to toggle source
                
# File rss/maker/2.0.rb, line 202
def to_feed(rss, item)
  return if @authors.empty?
  @authors.first.to_feed(rss, item)
end
blog comments powered by Disqus