Class: FasterCSV

Inherits:
Object show all
Defined in:
lib/dataload/ext/faster_csv.rb

Class Method Summary collapse

Class Method Details

.each(*args, &b) ⇒ Object



12
13
14
# File 'lib/dataload/ext/faster_csv.rb', line 12

def self.each(*args,&b)
  foreach(*args,&b)
end