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