method

inline_html?

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

No documentation available.

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