Created by James Edward Gray II on 2005-10-31. Copyright 2005 Gray Productions. All rights reserved.
See FasterCSV for documentation.
Another name for FCSV::instance().
[Source]
# File lib/faster_csv.rb, line 2004 def FCSV(*args, &block) FCSV.instance(*args, &block) end
Another name for FasterCSV::instance().
# File lib/faster_csv.rb, line 1999 def FasterCSV(*args, &block) FasterCSV.instance(*args, &block) end
[Validate]