class RSpec::Core::Hooks::HookCollections

def run(hook, scope, example_or_group, initial_procsy=nil)

Other tags:
    Private: -
def run(hook, scope, example_or_group, initial_procsy=nil)
  return if RSpec.configuration.dry_run?
  find_hook(hook, scope, example_or_group, initial_procsy).run
end