method
inline_other_text?
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
inline_other_text?()
public
Hide source
# File lib/rss/maker/base.rb, line 880 def inline_other_text? return false if @type.nil? or out_of_line? /\Atext\//i.match(@type) ? true : false end