[ruby/csv] Remove nonexistent variable
https://github.com/ruby/csv/commit/bfbd6bbf6f
This commit is contained in:
parent
1f46793406
commit
539559d36e
@ -101,7 +101,7 @@ class CSV
|
|||||||
position = @scanner.pos
|
position = @scanner.pos
|
||||||
offset = 0
|
offset = 0
|
||||||
n_row_separator_chars = row_separator.size
|
n_row_separator_chars = row_separator.size
|
||||||
# trace(__method__, :start, line, input)
|
# trace(__method__, :start, input)
|
||||||
while true
|
while true
|
||||||
input.each_line(row_separator) do |line|
|
input.each_line(row_separator) do |line|
|
||||||
@scanner.pos += line.bytesize
|
@scanner.pos += line.bytesize
|
||||||
|
Loading…
x
Reference in New Issue
Block a user