class RSpec::Core::Hooks::AfterHooks

def run_all(example)

def run_all(example)
  reverse.each {|h| h.run_in(example) }
end