From 5710defbe621766796d973b9ef6451a94d6d7eff Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 5 Nov 2016 09:23:14 +0000 Subject: Add Set#compare_by_identity and Set#compare_by_identity? * lib/set.rb (Set#compare_by_identity, Set#compare_by_identity?): New methods. [Feature #12210] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 439057a6e1..d9f6c6eedb 100644 --- a/NEWS +++ b/NEWS @@ -189,6 +189,10 @@ with all sufficient information, see the ChangeLog file or Redmine * pathname * New method: Pathname#empty? [Feature#12596] +* set + * New methods: Set#compare_by_identity and Set#compare_by_identity?. + [Feature #12210] + * WEBrick * Don't allow , as a separator [Bug #12791] -- cgit v1.2.3