method

inline_other_text?

inline_other_text?()
public

No documentation available.

# File lib/rss/maker/base.rb, line 843
          def inline_other_text?
            return false if @type.nil? or out_of_line?
            /\Atext\//i.match(@type) ? true : false
          end