# File lib/pry/history_array.rb, line 88
    def to_a
      ((@count - size)...@count).map { |n| @hash[n] }
    end