From 60ef156b1463629d94cf7139430d129dd68a418f Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Fri, 8 Sep 2023 12:30:55 -0400 Subject: [DOC] Kernel#{proc,lambda} don't issue warnings anymore They've been raising since 3.0.0. --- error.c | 1 - 1 file changed, 1 deletion(-) (limited to 'error.c') diff --git a/error.c b/error.c index 13a6e3a5e2..cd031120e2 100644 --- a/error.c +++ b/error.c @@ -205,7 +205,6 @@ rb_warning_category_enabled_p(rb_warning_category_t category) * deprecation warnings * * assignment of non-nil value to $, and $; * * keyword arguments - * * proc/lambda without block * etc. * * +:experimental+ :: -- cgit v1.2.3