# File lib/mechanize/chain.rb, line 20 def initialize(list, http = nil) @http = http @list = list @list.each { |l| l.chain = self } end