From c147e43b4f18bf3c5838e6a8f770acbeb01f7eff Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Wed, 11 Sep 2024 18:49:32 -0500 Subject: [PATCH] [DOC] Related for Array#empty? --- array.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/array.c b/array.c index 3f9ff90eaf..f780c91ca0 100644 --- a/array.c +++ b/array.c @@ -2739,6 +2739,8 @@ rb_ary_length(VALUE ary) * * Returns +true+ if the count of elements in +self+ is zero, * +false+ otherwise. + * + * Related: see {Methods for Querying}[rdoc-ref:Array@Methods+for+Querying]. */ static VALUE