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