# File lib/active_support/multibyte/chars.rb, line 139
      def <=>(other)
        @wrapped_string <=> other.to_s
      end