1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed unused variables

This commit is contained in:
Nobuyoshi Nakada 2019-06-29 21:19:01 +09:00
parent 9f648262f9
commit 45ba027d08
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
14 changed files with 12 additions and 20 deletions

View file

@ -6,7 +6,6 @@ class TestCSVInterfaceReadWrite < Test::Unit::TestCase
extend DifferentOFS
def test_filter
rows = [[1, 2, 3], [4, 5]]
input = <<-CSV
1;2;3
4;5