method

write_comment

write_comment( node, output)
protected

No documentation available.

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