# File lib/rspec/core/hooks.rb, line 71
        def run
          each {|h| h.run(@example) } unless empty?
        end