From: James Edward Gray II Date: 2010-04-01T02:05:03+09:00 Subject: Re: uninitialized constant CSV::Reader On Mar 31, 2010, at 12:01 PM, Robert Klemme wrote: > Obviously he is using CSV already - just with a part of the old interface that has not survived. :-) He rather needs to adjust to the interface > > CSV.foreach 'stuff.csv' do |row| > ... > end Exactly. I assumed since he mentioned using FasterCSV, he had code like this somewhere he could just strip the Faster (or F) off of. James Edward Gray II