From edda29a1173a72ce32e5fbd860ef0e2f78b7b1c9 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Wed, 14 Aug 2024 21:25:52 +0100 Subject: [PATCH] [DOC] Fix Related for Array#all? --- array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/array.c b/array.c index cf554a55af..1fa588b8ab 100644 --- a/array.c +++ b/array.c @@ -7827,7 +7827,7 @@ rb_ary_any_p(int argc, VALUE *argv, VALUE ary) * Special case: returns +true+ if +self+ is empty * (regardless of any given argument or block). * - * Related: Enumerable#all? + * Related: Array#any?, Array#none?, Array#one?. */ static VALUE