summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-11 07:24:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-11 07:24:25 +0000
commitd5a0b8e3cc48632d0cb99553a7aaf233b22a1eac (patch)
tree270ff42cf910d737720c5d8f4fd3c9b43f0e5249 /NEWS
parentb8ad953501420d60cb820bda157dbe095a9469d0 (diff)
Comparable#clamp
* compar.c (cmp_clamp): Introduce Comparable#clamp. [Feature #10594] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 699344397b..8cfd8b059b 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,10 @@ with all sufficient information, see the ChangeLog file or Redmine
This is different from Enumerable#sum in that Array#sum doesn't depend on
the definition of each method.
+* Comparable
+
+ * Comparable#clamp. [Feature #10594]
+
* Dir
* Dir.empty?. [Feature #10121]