class RSpec::Core::Hooks::AroundHook

def execute_with(example, procsy)

def execute_with(example, procsy)
  example.instance_exec(procsy, &block)
  return if procsy.executed?
  Pending.mark_skipped!(example,
                        "#{hook_description} did not execute the example")
end