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:
parent
9f648262f9
commit
45ba027d08
14 changed files with 12 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue