mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 00:54:01 +02:00
Revert "[Document][Array] Add missing call-seq for Array#append"
This reverts commit ac1a4bccbd
.
See https://github.com/ruby/ruby/pull/4088
This commit is contained in:
parent
92e288420c
commit
fad9922d84
1 changed files with 0 additions and 1 deletions
1
array.c
1
array.c
|
@ -1323,7 +1323,6 @@ rb_ary_cat(VALUE ary, const VALUE *argv, long len)
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* array.push(*objects) -> self
|
* array.push(*objects) -> self
|
||||||
* array.append(*objects) -> self
|
|
||||||
*
|
*
|
||||||
* Appends trailing elements.
|
* Appends trailing elements.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue