method
inline_other?
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