class RSpec::Core::Example

def around_hooks

Other tags:
    Api: - private
def around_hooks
  @around_hooks ||= example_group.around_hooks_for(self)
end