method

inline_html?

inline_html?()
public

No documentation available.

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