ruby-changes:49061
From: kazu <ko1@a...>
Date: Wed, 13 Dec 2017 00:07:09 +0900 (JST)
Subject: [ruby-changes:49061] kazu:r61178 (trunk): pattern and modulo are not keyword argument [ci skip]
kazu 2017-12-13 00:01:11 +0900 (Wed, 13 Dec 2017) New Revision: 61178 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61178 Log: pattern and modulo are not keyword argument [ci skip] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 61177) +++ NEWS (revision 61178) @@ -54,7 +54,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L54 * Enumerable - * Enumerable#{any?,all?,none?,one?} accept a :pattern argument [Feature #11286] + * Enumerable#{any?,all?,none?,one?} accept a pattern argument [Feature #11286] * File @@ -104,7 +104,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L104 [Feature #7688] * Integer#{round,floor,ceil,truncate} always return an Integer. [Bug #13420] - * Integer#pow accepts :modulo argument for calculating modular + * Integer#pow accepts modulo argument for calculating modular exponentiation. [Feature #12508] [Feature #11003] * New methods: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/