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