class RSpec::Core::Hooks::AfterHooks

def run_all(example)

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

def run_all!(example)

def run_all!(example)
  pop.run_in(example) until empty?
end