On Jun 13, 2006, at 9:44 PM, Jim Weirich wrote: > A quick followup... > > Jim Weirich wrote: >> -- Using 0.8.11 ----------- >> >> $ gem -v >> 0.8.11 >> $ irb >> irb(main):001:0> require 'a' >> Loading B >> Loading A >> => true >> irb(main):002:0> > > Note that you only get this behavior when the b package specifies an > autorequire file (which b does in this case, and which the fastercsv > package does as well). Thank you for pointing this out. I've released FasterCSV 0.2.1 which removes the autorequire. James Edward Gray II