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

ruby-changes:46144

From: kazu <ko1@a...>
Date: Thu, 6 Apr 2017 09:15:03 +0900 (JST)
Subject: [ruby-changes:46144] kazu:r58257 (trunk): NEWS: mention Array#append and Array#prepend

kazu	2017-04-06 09:14:57 +0900 (Thu, 06 Apr 2017)

  New Revision: 58257

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58257

  Log:
    NEWS: mention Array#append and Array#prepend
    
    [Feature #12746] [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 58256)
+++ NEWS	(revision 58257)
@@ -20,6 +20,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L20
 
 === Core classes updates (outstanding ones only)
 
+* Array
+
+  * Array#append  [Feature #12746]
+  * Array#prepend  [Feature #12746]
+
 * Integer
 
   * Integer.sqrt  [Feature #13219]

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

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