Class: FasterCSV

Inherits:
Object
  • Object
show all
Defined in:
lib/data_loader/inspector.rb

Overview

FasterCSV will auto-detect the line separator, which we’d like to pass to MySQL

Instance Attribute Summary collapse

Instance Attribute Details

#row_sepObject (readonly)

Returns the value of attribute row_sep.



6
7
8
# File 'lib/data_loader/inspector.rb', line 6

def row_sep
  @row_sep
end