class RSpec::Core::Hooks::HookCollection

def run

def run
  each {|h| h.run(@example) } unless empty?
end