On Oct 4, 2007, at 12:25 PM, "none <@ruby-lang.org, venkat\""@>(none) wrote: > I get the following warning in a script that uses FasterCSV: > > /usr/lib/ruby/gems/1.8/gems/fastercsv-1.2.1/lib/faster_csv.rb:830: > warning: already initialized constant CSV > > How do I remove the warning? I would have to see the code to say for sure. My initial thoughts are: * CSV is loaded in the script when FCSV tries to build its compatibility interface * FCSV won't build a compatibility interface unless you ask it to * That's the only time FCSV ever touches the CSV namespace Hope that gives you some new ideas. James Edward Gray II