method
have_author?
have_author?()
public
Hide source
# File lib/rss/atom.rb, line 242 def have_author? authors.any? {|author| !author.to_s.empty?} or entries.any? {|entry| entry.have_author?(false)} end