зеркало из https://github.com/github/ruby.git
[Document][Array] Add missing call-seq for Array#append
This commit is contained in:
Родитель
dff74ee6db
Коммит
ac1a4bccbd
1
array.c
1
array.c
|
@ -1323,6 +1323,7 @@ rb_ary_cat(VALUE ary, const VALUE *argv, long len)
|
|||
/*
|
||||
* call-seq:
|
||||
* array.push(*objects) -> self
|
||||
* array.append(*objects) -> self
|
||||
*
|
||||
* Appends trailing elements.
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче