Another name for FasterCSV.
Another name for FasterCSV.instance.
# File lib/faster_csv.rb, line 2009 def FCSV(*args, &block) FCSV.instance(*args, &block) end
Another name for FasterCSV.instance.
# File lib/faster_csv.rb, line 2004 def FasterCSV(*args, &block) FasterCSV.instance(*args, &block) end