Array Ruby

months = Array.new(12)
months.size # => 12
# or:
months.length # => 12