aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-19 08:45:12 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-19 08:45:12 +0000
commit1b34da0d79ff2e55d7e119657b0f913bb762533b (patch)
tree3ea77cd20f5e90e98356845e8dbda006bc8d9f48 /NEWS
parent72e090cad879e601fdf5d1c3cb2e9fbee536bf2a (diff)
downloadruby-1b34da0d79ff2e55d7e119657b0f913bb762533b.tar.gz
Alias Set#=== to #include?
* set.rb (Set#===): Added via [Feature #13801] by davidarnold. Closes #1673. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 717ae69b65..940491ae39 100644
--- a/NEWS
+++ b/NEWS
@@ -149,6 +149,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Set
* Add Set#to_s as alias to #inspect [Feature #13676]
+ * Add Set#=== as alias to #inspect [Feature #13801]
* WEBrick