Flowdock
inline_html?() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rss/atom.rb, line 518
          def inline_html?
            return false if out_of_line?
            @type == "html" or mime_split == ["text", "html"]
          end
Register or log in to add new notes.