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