# File lib/libxml/node.rb, line 24 def inner_xml(options = Hash.new) io = StringIO.new self.each do |node| io << node.to_s(options) end io.string end