mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test_features.rb: fix unused variable warning
test/csv/test_features.rb:357: warning: assigned but unused variable - csv git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
732fe8014a
commit
08bb7d3d19
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ class TestCSV::Features < TestCSV
|
|||
end
|
||||
|
||||
def test_comment_rows_are_ignored_with_heredoc
|
||||
c = csv = CSV.new(<<~EOL, skip_lines: ".")
|
||||
c = CSV.new(<<~EOL, skip_lines: ".")
|
||||
1,foo
|
||||
.2,bar
|
||||
3,baz
|
||||
|
|
Loading…
Reference in a new issue