[DOC] Related for Array#combination

This commit is contained in:
BurdetteLamar 2024-09-07 16:12:22 -05:00 committed by Peter Zhu
parent 175a98d516
commit 648866b671
Notes: git 2024-09-10 19:31:47 +00:00

View File

@ -7160,7 +7160,8 @@ rb_ary_combination_size(VALUE ary, VALUE args, VALUE eobj)
*
* With no block given, returns a new Enumerator.
*
* Related: Array#permutation.
* Related: Array#permutation;
* see also {Methods for Iterating}[rdoc-ref:Array@Methods+for+Iterating].
*/
static VALUE