# File lib/rspec/core/hooks.rb, line 63 def without_hooks_for(example_or_group) self.class.new(reject {|hook| hook.options_apply?(example_or_group)}) end