module RSpec::Core::Hooks
def run_hook(hook, scope, example_or_group=ExampleGroup.new, initial_procsy=nil)
- Private: -
def run_hook(hook, scope, example_or_group=ExampleGroup.new, initial_procsy=nil) find_hook(hook, scope, example_or_group, initial_procsy).run end