Array Ruby

month = Array.new(12, "month")
month.clear # => []
month.empty? # => true