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