method
write_document
v1_8_6_287 -
Show latest stable
- Class:
REXML::Formatters::Default
write_document( node, output )protected
No documentation available.
# File lib/rexml/formatters/default.rb, line 59
def write_document( node, output )
node.children.each { |child| write( child, output ) }
end