class RSpec::Core::Hooks::HookCollection

def run

def run
  hooks.each {|h| h.run(@example)}
end