From d68c3ecf98bf3b5802a6b0f9a6bcf7825addd9e5 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 10 Nov 2015 05:02:02 +0000 Subject: hash.c: compare methods * hash.c (rb_hash_{le,lt,ge,gt}): new methods, Hash#<=, Hash#<, Hash#>=, Hash#>, to test if all elements of a hash are also included in another hash, and vice versa. [ruby-core:68561] [Feature #10984] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 704d58206d..c48f0f4aed 100644 --- a/NEWS +++ b/NEWS @@ -59,6 +59,7 @@ with all sufficient information, see the ChangeLog file. * Hash#fetch_values [Feature #10017] * Hash#dig [Feature #11643] + * Hash#<=, Hash#<, Hash#>=, Hash#> [Feature #10984] * IO -- cgit v1.2.3