38 39 40 41 42
# File 'lib/vcr/util/hooks.rb', line 38 def hooks @hooks ||= Hash.new do |hash, hook_type| hash[hook_type] = [] end end