[ruby/csv] Remove nonexistent variable

https://github.com/ruby/csv/commit/bfbd6bbf6f
This commit is contained in:
Sutou Kouhei 2023-06-26 14:29:07 +09:00 committed by Hiroshi SHIBATA
parent 1f46793406
commit 539559d36e

View File

@ -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