[DOC] Related for Array#collect!

This commit is contained in:
BurdetteLamar 2024-09-07 16:05:25 -05:00 committed by Peter Zhu
parent 316c2001e0
commit 175a98d516
Notes: git 2024-09-10 19:30:58 +00:00

View File

@ -3730,6 +3730,9 @@ rb_ary_collect(VALUE ary)
* a.map! { |element| element.class } # => [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