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