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