# File lib/vcr/util/hooks.rb, line 27 def invoke_hook(hook_type, *args) hooks[hook_type].map do |hook| hook.conditionally_invoke(*args) end end