例如:
array = [1, 2, 3] array[-1] #=> 3 # How to make: array[-1] #=> nil ,and now: array == [nil, 1, 2, 3]
Array#unshift