# File lib/mechanize/history.rb, line 7
    def initialize(max_size = nil)
      @max_size       = max_size
      @history_index  = {}
    end