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