Mega Code Archive
Categories
/
Ruby
/
Array
To inspect the array
months = Array.new(12) puts months.inspect # or: p months