method

have_author?

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

No documentation available.

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