[DOC] Related for Array#concat

This commit is contained in:
BurdetteLamar 2024-09-07 19:00:58 -05:00 committed by Peter Zhu
parent b27a128d72
commit ff43e618e9
Notes: git 2024-09-10 19:37:03 +00:00

View File

@ -5003,6 +5003,7 @@ ary_append(VALUE x, VALUE y)
* a.concat(['two', 'three'], [:four, :five], a)
* # => [0, 1, "two", "three", :four, :five, 0, 1]
*
* Related: see {Methods for Assigning}[rdoc-ref:Array@Methods+for+Assigning].
*/
static VALUE