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