= private = protected
have_author?()
Returns where there are any authors present or there is a source with an author.
# File lib/rss/atom.rb, line 941 def have_author? authors.any? {|author| !author.to_s.empty?} or (source and source.have_author?) end