diff options
author | Alan Wu <[email protected]> | 2023-09-08 12:30:55 -0400 |
---|---|---|
committer | Alan Wu <[email protected]> | 2023-09-08 12:33:58 -0400 |
commit | 60ef156b1463629d94cf7139430d129dd68a418f (patch) | |
tree | 64f69ca555c073c01216381a47a6d50c6cbc47f9 /error.c | |
parent | af5df9ee5ea6ad6270be020f74f9fb208e2bfb57 (diff) |
[DOC] Kernel#{proc,lambda} don't issue warnings anymore
They've been raising since 3.0.0.
Diffstat (limited to 'error.c')
-rw-r--r-- | error.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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+ :: |