# File lib/rspec/core/metadata.rb, line 168
      def any_apply?(filters)
        filters.any? {|k,v| filter_applies?(k,v)}
      end