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