Skip to content

Commit

Permalink
[ruby/csv] Remove nonexistent variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kou authored and hsbt committed Jun 28, 2023
1 parent 1f46793 commit 539559d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/csv/parser.rb
Expand Up @@ -101,7 +101,7 @@ def each_line(row_separator)
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
Expand Down

0 comments on commit 539559d

Please sign in to comment.