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