module RSpec::Core::Hooks

def run_hook(hook, scope, example_or_group=ExampleGroup.new, initial_procsy=nil)

Other tags:
    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