# File lib/rspec/core/hooks.rb, line 79 def for(example, initial_procsy=nil) self.class.new(select {|hook| hook.options_apply?(example)}). with(example, initial_procsy) end