From d62b7e133e2de4807790e2cbe93f8a8481f45e37 Mon Sep 17 00:00:00 2001 From: ktsj Date: Sat, 23 Jun 2018 04:57:49 +0000 Subject: [DOC] Add call signature for {Array,Hash}#any? git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- hash.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hash.c') diff --git a/hash.c b/hash.c index af094cca90..c9d60c7a56 100644 --- a/hash.c +++ b/hash.c @@ -3016,6 +3016,7 @@ any_p_i_pattern(VALUE key, VALUE value, VALUE arg) /* * call-seq: * hsh.any? [{ |(key, value)| block }] -> true or false + * hsh.any?(pattern) -> true or false * * See also Enumerable#any? */ -- cgit v1.2.3