Object
# File lib/mechanize/chain/pre_connect_hook.rb, line 7 def initialize @hooks = [] end
# File lib/mechanize/chain/pre_connect_hook.rb, line 11 def handle(ctx, params) @hooks.each { |hook| hook.call(params) } super end
[Validate]
Generated with the Darkfish Rdoc Generator 2.