# File lib/nokogiri/xml/node.rb, line 854 def write_xml_to io, options = {} options[:save_with] ||= SaveOptions::DEFAULT_XML write_to io, options end