class RSpec::Core::Example

def with_around_hooks(&block)

def with_around_hooks(&block)
  if around_hooks.empty?
    yield
  else
    @example_group_class.eval_around_eachs(self, Example.procsy(metadata, &block)).call
  end
end