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