зеркало из https://github.com/github/ruby.git
* test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):
-> style block no longer available. [ruby-dev:28958] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
845d5d651d
Коммит
8b1d611da4
|
@ -1,3 +1,8 @@
|
|||
Wed Jul 5 01:12:19 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):
|
||||
-> style block no longer available. [ruby-dev:28958]
|
||||
|
||||
Tue Jul 4 21:48:56 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* ruby.c (proc_options): supress warning on DOSISH.
|
||||
|
|
|
@ -47,7 +47,7 @@ class TestLambdaParameters < Test::Unit::TestCase
|
|||
|
||||
def test_lambda_as_iterator
|
||||
a = 0
|
||||
2.times ->(_){ a += 1 }
|
||||
2.times(&->(_){ a += 1 })
|
||||
assert_equal(a, 2)
|
||||
end
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче