[DOC] Fix Related for Array#all?
This commit is contained in:
parent
1f994683b6
commit
edda29a117
Notes:
git
2024-08-15 16:48:50 +00:00
2
array.c
2
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
|
* <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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user