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:
parent
4ea549e839
commit
9982bfd18b
1 changed files with 2 additions and 2 deletions
4
NEWS
4
NEWS
|
@ -54,7 +54,7 @@ with all sufficient information, see the ChangeLog file or Redmine
|
||||||
|
|
||||||
* Enumerable
|
* Enumerable
|
||||||
|
|
||||||
* Enumerable#{any?,all?,none?,one?} accept a :pattern argument [Feature #11286]
|
* Enumerable#{any?,all?,none?,one?} accept a pattern argument [Feature #11286]
|
||||||
|
|
||||||
* File
|
* File
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ with all sufficient information, see the ChangeLog file or Redmine
|
||||||
[Feature #7688]
|
[Feature #7688]
|
||||||
* Integer#{round,floor,ceil,truncate} always return an Integer.
|
* Integer#{round,floor,ceil,truncate} always return an Integer.
|
||||||
[Bug #13420]
|
[Bug #13420]
|
||||||
* Integer#pow accepts :modulo argument for calculating modular
|
* Integer#pow accepts modulo argument for calculating modular
|
||||||
exponentiation. [Feature #12508] [Feature #11003]
|
exponentiation. [Feature #12508] [Feature #11003]
|
||||||
|
|
||||||
* New methods:
|
* New methods:
|
||||||
|
|
Loading…
Add table
Reference in a new issue