method

inline_xhtml?

v1_8_7_72 - Show latest stable - Class: RSS::Atom::Feed::Entry::Content
inline_xhtml?()
public

No documentation available.

# File lib/rss/atom.rb, line 516
          def inline_xhtml?
            !out_of_line? and @type == "xhtml"
          end