aboutsummaryrefslogtreecommitdiffstats
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
commit90bc4136ac1de574a78fb3d1b0cfe2e5049446e2 (patch)
tree270ff42cf910d737720c5d8f4fd3c9b43f0e5249 /NEWS
parent81c1b12a37fbbe97a7dc17a7a9ede2cbef13b094 (diff)
downloadruby-90bc4136ac1de574a78fb3d1b0cfe2e5049446e2.tar.gz
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]