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