From 316c2001e04d76c9f898074c6a87b4e8f2668536 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Sat, 7 Sep 2024 15:56:56 -0500 Subject: [PATCH] Related for Array#collect --- array.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/array.c b/array.c index ff1bfeafd9..a71763ed2c 100644 --- a/array.c +++ b/array.c @@ -3695,6 +3695,9 @@ rb_ary_sort_by_bang(VALUE ary) * a1 # => [Symbol, String, Integer] * * With no block given, returns a new Enumerator. + * + * Related: #collect!; + * see also {Methods for Converting}[rdoc-ref:Array@Methods+for+Converting]. */ static VALUE