From 0701e5ff4641f364e39b9b6036afeecb3a816a5a Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 17 Nov 2015 02:25:28 +0000 Subject: update rdoc of dig methods [ci skip] * array.c (rb_ary_dig), hash.c (rb_hash_dig): [DOC] Update comments describing dig methods. [Fix GH-1103] * struct.c (rb_struct_dig): [DOC] add rdoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- hash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hash.c') diff --git a/hash.c b/hash.c index c724b2e2b5..717a548a31 100644 --- a/hash.c +++ b/hash.c @@ -2695,8 +2695,8 @@ rb_hash_any_p(VALUE hash) * call-seq: * hsh.dig(key, ...) -> object * - * Retrieves the value object corresponding to the each key - * objects repeatedly. + * Extracts the nested hash value specified by the sequence of key + * objects. * * h = { foo: {bar: {baz: 1}}} * -- cgit v1.2.3