method

have_author?

v1_9_1_378 - Show latest stable - Class: RSS::Atom::Feed::Entry::Source
have_author?()
public

No documentation available.

# File lib/rss/atom.rb, line 609
          def have_author?
            !author.to_s.empty?
          end