# File lib/rspec/core/world.rb, line 79 def apply_exclusion_filters(examples, conditions={}) examples.reject(&apply?(:any?, conditions)) end