I posted this a week ago to the google group but that seems to get almost zero traffic.
Apologies if this has been posted and answered already.
I'm trying to utilize the CSV class from the 1.8.7 standard library [http://ruby-doc.org/stdlib-1.8.7/libdoc/csv/rdoc/CSV.html]. However 'require csv.rb' leads to an unknown file error. I also tried to link directly to the 1.8 lib directory on my machine [for me it's /usr/lib/ruby/1.8 and ruby --version returns => ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
Am I doing something wrong or is this not supported?
Thanks in advance,
Chris.