# File lib/vcr/util/hooks.rb, line 37
    def hooks
      @hooks ||= Hash.new do |hash, hook_type|
        hash[hook_type] = []
      end
    end