# File lib/rspec/core/hooks.rb, line 90 def run inject(@initial_procsy) do |procsy, around_hook| Example.procsy(procsy.metadata) do @example.instance_eval_with_args(procsy, &around_hook) end end.call end