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