method

inline_html?

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

No documentation available.

# File lib/rss/atom.rb, line 511
          def inline_html?
            return false if out_of_line?
            @type == "html" or mime_split == ["text", "html"]
          end