# File rexml/comment.rb, line 54
    def write( output, indent=-1 )
      indent( output, indent )
      output << START
      output << @string
      output << STOP
    end