# File lib/rspec/core/hooks.rb, line 8
        def initialize(options, &block)
          @options = options
          @block = block
        end