# File lib/mechanize/history.rb, line 13 def initialize_copy(orig) super @history_index = orig.instance_variable_get(:@history_index).dup end