class RSpec::Core::Hooks::AfterHooks
def run_all(example_group_instance)
def run_all(example_group_instance) reverse.each {|h| h.run_in(example_group_instance) } end
def run_all(example_group_instance) reverse.each {|h| h.run_in(example_group_instance) } end