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