class RSpec::Core::Example

def around_example_hooks

Other tags:
    Private: -
def around_example_hooks
  @around_example_hooks ||= example_group.hooks.around_example_hooks_for(self)
end