diff options
author | Sutou Kouhei <[email protected]> | 2023-06-26 14:29:07 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-06-28 16:37:09 +0900 |
commit | 539559d36e1355befd39c6964f3efd9dd3af4846 () | |
tree | 598dc1967b5d5d75d7098acbce3f5abf03b781b9 /lib/csv | |
parent | 1f46793406fbe16f4756500124e0ff4e90945823 (diff) |
[ruby/csv] Remove nonexistent variable
https://.com/ruby/csv/commit/bfbd6bbf6f
-rw-r--r-- | lib/csv/parser.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ class CSV position = @scanner.pos offset = 0 n_row_separator_chars = row_separator.size - # trace(__method__, :start, line, input) while true input.each_line(row_separator) do |line| @scanner.pos += line.bytesize |