module VCR::Hooks

def hooks

def hooks
  @hooks ||= Hash.new do |hash, hook_type|
    hash[hook_type] = []
  end
end