method

have_xml_content?

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

No documentation available.

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