class RSpec::Core::Hooks::Hook

def initialize(options, &block)

def initialize(options, &block)
  @options = options
  @block = block
end