# File lib/rspec/core/hooks.rb, line 78
        def run_all(example_group_instance)
          reverse.each {|h| h.run_in(example_group_instance) } unless empty?
        end