method
inline_other_xml?
inline_other_xml?()
public
Hide source
# 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