From: Gregory Brown Date: 2006-03-11T04:41:12+09:00 Subject: Re: FasterCSV 0.1.6 -- With Header Support! On 3/10/06, Sky.Yin@gmail.com wrote: > Hi James, > > I'm using ruby1.8.4 on win32. When I require 'faster_csv', it just > fails. I've found the problem comes from 'forwardable' module. I have > no idea why the 'forwardable' fails to be required as well. A bug of > ruby? No problems here: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\Gregory Brown>ruby -v ruby 1.8.4 (2005-12-24) [i386-mswin32] C:\Documents and Settings\Gregory Brown>gem install fastercsv Attempting local installation of 'fastercsv' Local gem file not found: fastercsv*.gem Attempting remote installation of 'fastercsv' Updating Gem source index for: http://gems.rubyforge.org Successfully installed fastercsv-0.1.9 Installing RDoc documentation for fastercsv-0.1.9... C:\Documents and Settings\Gregory Brown>ruby -e "require 'faster_csv'" C:\Documents and Settings\Gregory Brown>