From d78da74d9f5a62111434b8d04f5d6e17e2329581 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 9 Nov 2015 12:27:26 +0000 Subject: dig * array.c (rb_ary_dig): new method Array#dig. * hash.c (rb_hash_dig): new method Hash#dig. * object.c (rb_obj_dig): dig in nested arrays/hashes. [Feature #11643] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 77e47b0973..dc7babe03a 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,7 @@ with all sufficient information, see the ChangeLog file. * Array * Array#bsearch_index [Feature #10730] + * Array#dig [Feature #11643] * Enumerable @@ -57,6 +58,7 @@ with all sufficient information, see the ChangeLog file. * Hash * Hash#fetch_values [Feature #10017] + * Hash#dig [Feature #11643] * IO -- cgit v1.2.3