Method: RSpec::Core::Example#around_hooks

Defined in:
lib/rspec/core/example.rb

#around_hooksObject



147
148
149
# File 'lib/rspec/core/example.rb', line 147

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