[DOC] Kernel#{proc,lambda} don't issue warnings anymore

They've been raising since 3.0.0.
This commit is contained in:
Alan Wu 2023-09-08 12:30:55 -04:00
parent af5df9ee5e
commit 60ef156b14

View File

@ -205,7 +205,6 @@ rb_warning_category_enabled_p(rb_warning_category_t category)
* deprecation warnings
* * assignment of non-nil value to <code>$,</code> and <code>$;</code>
* * keyword arguments
* * proc/lambda without block
* etc.
*
* +:experimental+ ::