method
inline_other?
v2_2_9 -
Show latest stable
- Class:
RSS::Maker::ItemsBase::ItemBase::ContentBase
inline_other?()public
No documentation available.
# File lib/rss/maker/base.rb, line 907
def inline_other?
!out_of_line? and ![nil, "text", "html", "xhtml"].include?(@type)
end