# File lib/active_support/multibyte/unicode.rb, line 353
              def ===(other)
                detect { |i| i === other } ? true : false
              end