write(output=$stdout, indent=-1, transitive=false, ie_hack=false)
Instance Public methods
DEPRECATED
See REXML::Formatters
Writes out this element, and recursively, all children.
output
output an object which supports '<< string'; this is where
the
document will be written.
indent
An integer. If -1, no indenting will be used; otherwise, the indentation
will be this number of spaces, and children will be indented an additional
amount. Defaults to -1
transitive
If t