# File lib/adhearsion/voip/dsl/dialing_dsl.rb, line 136
          def ===(other)
            patterns.each { |pattern| return true if pattern === other }
            false
          end