# File lib/typhoeus/hydra/callbacks.rb, line 15 def run_global_hooks_for(name, request) global_hooks[name].each { |hook| hook.call(request) } end