From: Frank Guerino Date: 2009-10-08T07:05:26+09:00 Subject: Re: read CSV file using csv library Marvin G端lker wrote: > I just realized that in Ruby 1.9 there shouldn't be the need to install > fastercsv separately, because: > > irb(main):001:0> require "fastercsv" > Please switch to Ruby 1.9's standard CSV library. It's FasterCSV plus > support for Ruby 1.9's m17n encoding engine. > > Marvin Hi Marvin, Thanks again. Being new to all this, how do upgrade to Ruby 1.9.x? Everything else seems to be easy (like installing gems) so I'm assuming there's a command to upgrade Ruby, too, correct? Thanks, Frank -- Posted via http://www.ruby-forum.com/.