Method: FastestCSV#rewind

Defined in:
lib/fastest_csv.rb

#rewindObject

Rewind the underlying IO object and reset line counter



94
95
96
# File 'lib/fastest_csv.rb', line 94

def rewind
  @io.rewind
end