# File temp/text.rb, line 116
    def <=>( other )
      to_s() <=> other.to_s
    end