This commit is contained in:
Yusuke Endoh 2019-10-21 21:26:47 +09:00
Родитель f364564e66
Коммит 228ebdbf2f
1 изменённых файлов: 1 добавлений и 1 удалений

2
NEWS
Просмотреть файл

@ -126,7 +126,7 @@ sufficient information, see the ChangeLog file or Redmine
[1, 2, 10].map { _1.to_s(16) } #=> ["1", "2", "a"]
==== proc/lambda without no block is deprecated
==== proc/lambda without block is deprecated
* Proc.new and Kernel#proc with no block in a method called with a block is
warned now.