Top Level Namespace

Defined Under Namespace

Classes: Array, CSV, String

Instance Method Summary collapse

Instance Method Details

#CSV(*args, &block) ⇒ Object

Another name for CSV::instance().



2340
2341
2342
# File 'lib/csv.rb', line 2340

def CSV(*args, &block)
  CSV.instance(*args, &block)
end