# File rexml/comment.rb, line 51
  def <=>(other)
			other.to_s <=> @string
		end