method

write_comment

ruby latest stable - Class: REXML::Formatters::Pretty
write_comment( node, output)
protected

No documentation available.

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