# File lib/rspec/core/hooks.rb, line 367 def run_hook(hook, scope, example_group_instance=nil) hooks[hook][scope].run_all(example_group_instance) end