class REXML::Formatters::Default

def write_comment( node, output )

def write_comment( node, output )
  output << Comment::START
  output << node.to_s
  output << Comment::STOP
end