empty_array = [] empty_array << 10 # اضافه کردن عدد 10 empty_array << "Hello" puts empty_array # خروجی: [10, "Hello"]