class REXML::Formatters::Pretty

def write_comment( node, output)

def write_comment( node, output)
  output << ' ' * @level
  super
end