class RSpec::Core::Example

def with_around_hooks(&wrapped_example)

def with_around_hooks(&wrapped_example)
  @example_group_class.eval_around_eachs(@example_group_instance, wrapped_example).call
end