class RSpec::Core::Hooks::Hook

@private

def initialize(block, options)

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