[前][次][番号順一覧][スレッド一覧]

ruby-changes:64940

From: Juanito <ko1@a...>
Date: Mon, 18 Jan 2021 23:39:54 +0900 (JST)
Subject: [ruby-changes:64940] ac1a4bccbd (master): [Document][Array] Add missing call-seq for Array#append

https://git.ruby-lang.org/ruby.git/commit/?id=ac1a4bccbd

From ac1a4bccbda4358436a7a907a7f09d047f562740 Mon Sep 17 00:00:00 2001
From: Juanito Fatas <me@j...>
Date: Mon, 18 Jan 2021 21:48:17 +0900
Subject: [Document][Array] Add missing call-seq for Array#append


diff --git a/array.c b/array.c
index 7d10c1b..86f7227 100644
--- a/array.c
+++ b/array.c
@@ -1323,6 +1323,7 @@ rb_ary_cat(VALUE ary, const VALUE *argv, long len) https://github.com/ruby/ruby/blob/trunk/array.c#L1323
 /*
  *  call-seq:
  *    array.push(*objects) -> self
+ *    array.append(*objects) -> self
  *
  *  Appends trailing elements.
  *
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]