method

have_author?

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

No documentation available.

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