From 9982bfd18b793c1eacf28c1b089c4c9e2428f843 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 12 Dec 2017 15:01:11 +0000 Subject: 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 --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 87ea8c4ac3..cb5cb1303c 100644 --- a/NEWS +++ b/NEWS @@ -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: -- cgit v1.2.3