method

inline_other_text?

ruby latest stable - Class: RSS::Maker::ItemsBase::ItemBase::ContentBase
inline_other_text?()
public

No documentation available.

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