[DOC] Related for Array#concat
This commit is contained in:
parent
b27a128d72
commit
ff43e618e9
Notes:
git
2024-09-10 19:37:03 +00:00
1
array.c
1
array.c
@ -5003,6 +5003,7 @@ ary_append(VALUE x, VALUE y)
|
|||||||
* a.concat(['two', 'three'], [:four, :five], a)
|
* a.concat(['two', 'three'], [:four, :five], a)
|
||||||
* # => [0, 1, "two", "three", :four, :five, 0, 1]
|
* # => [0, 1, "two", "three", :four, :five, 0, 1]
|
||||||
*
|
*
|
||||||
|
* Related: see {Methods for Assigning}[rdoc-ref:Array@Methods+for+Assigning].
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user