# File lib/rspec/core/hooks.rb, line 390 def around(*args, &block) scope, options = scope_and_options_from(*args) hooks[:around][scope].unshift block.extend(AroundHookExtension).with(options) end