# File lib/rexml/text.rb, line 119
    def <=>( other )
      to_s() <=> other.to_s
    end