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

test_keyword.rb: suppress warning

* test/ruby/test_keyword.rb (TestKeywordArguments#m1): suppress
  argument prefix warning.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-02-26 01:31:42 +00:00
parent c07d78eb0e
commit 6f8feb2276

View file

@ -246,7 +246,7 @@ class TestKeywordArguments < Test::Unit::TestCase
end end
def m1(*args) def m1(*args)
yield *args yield(*args)
end end
def test_block def test_block