1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Mention Set#reset

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2017-10-22 12:26:21 +00:00
parent 8c90432af7
commit 47d939a7c0

1
NEWS
View file

@ -201,6 +201,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 #include? [Feature #13801]
* Add Set#reset [Feature #6589]
* WEBrick