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

ruby-changes:52858

From: stomar <ko1@a...>
Date: Sun, 14 Oct 2018 05:54:00 +0900 (JST)
Subject: [ruby-changes:52858] stomar:r65070 (trunk): NEWS: Hash#update! does not exist

stomar	2018-10-14 05:53:56 +0900 (Sun, 14 Oct 2018)

  New Revision: 65070

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

  Log:
    NEWS: Hash#update! does not exist

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 65069)
+++ NEWS	(revision 65070)
@@ -121,7 +121,7 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L121
 
     * Modified methods:
 
-        * `Hash#merge`, `update`, `merge!` and `update!` now accept multiple
+        * `Hash#merge`, `merge!`, and `update` now accept multiple
            arguments.  [Feature #15111]
 
         * `Hash#to_h` now maps keys and values to new keys and values

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

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