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