mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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:
|
||||
* array.push(*objects) -> self
|
||||
* array.append(*objects) -> self
|
||||
*
|
||||
* Appends trailing elements.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue