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