Array Ruby

months = Array.new(12)
# or like this:
months = Array.new 12