method
inline_other_xml?
v1_8_7_330 -
Show latest stable
- Class:
RSS::Maker::ItemsBase::ItemBase::ContentBase
inline_other_xml?()public
No documentation available.
# File lib/rss/maker/base.rb, line 885
def inline_other_xml?
return false if @type.nil? or out_of_line?
/[\+\/]xml\z/i.match(@type) ? true : false
end