Related for Array#collect

This commit is contained in:
BurdetteLamar 2024-09-07 15:56:56 -05:00 committed by Peter Zhu
parent 07a0aa9be6
commit 316c2001e0
Notes: git 2024-09-10 18:53:53 +00:00

View File

@ -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