Skip to content

Commit

Permalink
Remove nonexistent variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 26, 2023
1 parent 5df650b commit bfbd6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/csv/parser.rb
Original file line number Diff line number Diff line change
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 bfbd6bb

Please sign in to comment.