Flowdock
inline_other?() public

No documentation

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

Hide source
# File lib/rss/maker/base.rb, line 907
          def inline_other?
            !out_of_line? and ![nil, "text", "html", "xhtml"].include?(@type)
          end
Register or log in to add new notes.