# File lib/rspec/core/hooks.rb, line 34
        def run(example)
          example.instance_eval_with_rescue("in an after hook", &self)
        end