[DOC] Fix Related for Array#all?

This commit is contained in:
BurdetteLamar 2024-08-14 21:25:52 +01:00 committed by Peter Zhu
parent 1f994683b6
commit edda29a117
Notes: git 2024-08-15 16:48:50 +00:00

View File

@ -7827,7 +7827,7 @@ rb_ary_any_p(int argc, VALUE *argv, VALUE ary)
* <b>Special case</b>: returns +true+ if +self+ is empty * <b>Special case</b>: returns +true+ if +self+ is empty
* (regardless of any given argument or block). * (regardless of any given argument or block).
* *
* Related: Enumerable#all? * Related: Array#any?, Array#none?, Array#one?.
*/ */
static VALUE static VALUE