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