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