summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdetteLamar <[email protected]>2024-08-14 21:25:52 +0100
committerPeter Zhu <[email protected]>2024-08-15 12:48:27 -0400
commitedda29a1173a72ce32e5fbd860ef0e2f78b7b1c9 (patch)
treee7a4621ec64d9abfea31f5c3d8cc428809826922
parent1f994683b6dfb548e066cb3e1b4934b72adf3e45 (diff)
[DOC] Fix Related for Array#all?
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11381
-rw-r--r--array.c2
1 files changed, 1 insertions, 1 deletions
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)
* <b>Special case</b>: 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