1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

pattern and modulo are not keyword argument [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2017-12-12 15:01:11 +00:00
parent 4ea549e839
commit 9982bfd18b

4
NEWS
View file

@ -54,7 +54,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* 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 ChangeLog file or Redmine
[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: