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