1
0
Fork 0
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:
Marc-Andre Lafortune 2021-01-18 11:05:05 -05:00
parent 92e288420c
commit fad9922d84

View file

@ -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.
*