# File lib/typhoeus/hydra/callbacks.rb, line 4 def self.extended(base) class << base attr_accessor :global_hooks end base.global_hooks = Hash.new { |h, k| h[k] = [] } end