Array Ruby

array = ["Hello", "there", "AAA", 1, 2, 3]
array[1, 2] = "here"
p array