# File lib/mail/multibyte/chars.rb, line 138
        def include?(other)
          # We have to redefine this method because Enumerable defines it.
          @wrapped_string.include?(other)
        end