Subject: question about a small piece of code
From: Gaba Luschi <friedoysterlover gmail.com>
Date: Mon, 21 Feb 2011 02:44:15 +0900
Hi,
What does the 'w' in the "CSV.open" part of the below code do?
CSV.open('text2.txt','w') do |csv|
people.each do |person|
csv <<person
--
Posted via http://www.ruby-forum.com/.