class Object

Constants

FCSV

Another name for FasterCSV.

Public Instance Methods

FCSV(*args, &block) click to toggle source

Another name for FasterCSV.instance.

# File lib/faster_csv.rb, line 2009
def FCSV(*args, &block)
  FCSV.instance(*args, &block)
end
FasterCSV(*args, &block) click to toggle source

Another name for FasterCSV.instance.

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