method
inline_other?
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
inline_other?()
public
Hide source
# File lib/rss/maker/base.rb, line 908 def inline_other? !out_of_line? and ![nil, "text", "html", "xhtml"].include?(@type) end