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