method

inline_other?

inline_other?()
public

No documentation available.

# File lib/rss/maker/base.rb, line 907
          def inline_other?
            !out_of_line? and ![nil, "text", "html", "xhtml"].include?(@type)
          end