= private = protected
have_author?()
Returns true if the Source element has an author.
# File lib/rss/atom.rb, line 833 def have_author? !author.to_s.empty? end