method
write_comment
write_comment( node, output)
protected
Hide source
# File lib/rexml/formatters/pretty.rb, line 97 def write_comment( node, output) output << ' ' * @level super end