module RSpec::Core::Hooks
def run_hook(hook, scope, example=nil)
Runs all of the blocks stored with the hook in the context of the
def run_hook(hook, scope, example=nil) hooks[hook][scope].run_all(example) end
def run_hook(hook, scope, example=nil) hooks[hook][scope].run_all(example) end