# File lib/rspec/core/hooks.rb, line 415
      def around(*args, &block)
        register_hook :prepend, :around, *args, &block
      end