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