# File lib/vcr/util/hooks.rb, line 5
    def invoke_hook(hook, tag, *args)
      hooks_for(hook, tag).each do |callback|
        call_block(callback, *args)
      end
    end