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