diff --git a/lib/csv/parser.rb b/lib/csv/parser.rb index c858b542a8..3b05132054 100644 --- a/lib/csv/parser.rb +++ b/lib/csv/parser.rb @@ -101,7 +101,7 @@ class CSV position = @scanner.pos offset = 0 n_row_separator_chars = row_separator.size - # trace(__method__, :start, line, input) + # trace(__method__, :start, input) while true input.each_line(row_separator) do |line| @scanner.pos += line.bytesize