# File temp/formatters/default.rb, line 59 def write_document( node, output ) node.children.each { |child| write( child, output ) } end