# File lib/pry/history_array.rb, line 20
    def initialize(size)
      @max_size = size

      @hash  = {}
      @count = 0
    end