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