Another name for FCSV::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
Generated with the Darkfish Rdoc Generator 2.