From: Sky Yin Date: 2006-03-11T07:08:42+09:00 Subject: Re: FasterCSV 0.1.6 -- With Header Support! It returns a 'false'. and "require 'forwardable'" returns the same 'false' as well in IRB. Other dependant modules used by FasterCSV are fine. Thank you for telling me that issue, which does confuse me for a while. James Edward Gray II wrote: > On Mar 10, 2006, at 3:08 PM, Sky.Yin@gmail.com wrote: > > > The require failure only occurs in IRB. > > Does it "fail" or just return false? Try using it after the > require. (This is a known RubyGems issue.) > > James Edward Gray II