Credo che Enumerable.zip sia il metodo che stai cercando.
Date le tue tre domande:
csv << [ 'Month', 'Day', 'Year' ]
csv << month.zip( day, year )
Credo che Enumerable.zip sia il metodo che stai cercando.
Date le tue tre domande:
csv << [ 'Month', 'Day', 'Year' ]
csv << month.zip( day, year )