# File lib/www/mechanize/chain/pre_connect_hook.rb, line 12
        def handle(ctx, params)
          @hooks.each { |hook| hook.call(params) }
          super
        end