class RSpec::Core::Hooks::AroundHookCollection
def run
def run hooks.inject(@initial_procsy) do |procsy, around_hook| procsy.wrap { around_hook.execute_with(@example, procsy) } end.call end
def run hooks.inject(@initial_procsy) do |procsy, around_hook| procsy.wrap { around_hook.execute_with(@example, procsy) } end.call end