# File lib/rspec/core/hooks.rb, line 84
        def with(example, initial_procsy)
          @example = example
          @initial_procsy = initial_procsy
          self
        end