# File lib/rspec/core/hooks.rb, line 96
      def around(scope=:each, options={}, &block)
        hooks[:around][scope] << AroundHook.new(options, block)
      end