method
inline_other_text?
v2_2_9 -
Show latest stable
- Class:
RSS::Maker::ItemsBase::ItemBase::ContentBase
inline_other_text?()public
No documentation available.
# File lib/rss/maker/base.rb, line 911
def inline_other_text?
return false if @type.nil? or out_of_line?
/\Atext\//.match(@type) ? true : false
end