method

have_xml_content?

v1_9_1_378 - Show latest stable - Class: RSS::Atom::Feed::Entry::Content
have_xml_content?()
public

No documentation available.

# File lib/rss/atom.rb, line 464
          def have_xml_content?
            inline_xhtml? or inline_other_xml?
          end