class RSpec::Core::Example

def around_hooks # :nodoc:

:nodoc:
def around_hooks # :nodoc:
  @around_hooks ||= example_group.around_hooks_for(self)
end