class RSpec::Core::Example

def with_around_hooks

def with_around_hooks
  if @example_group_class.around_hooks.empty?
    yield
  else
    @example_group_class.eval_around_eachs(@example_group_instance, Procsy.new(metadata)).call
  end
end