[DOC] Related for Array#empty?
This commit is contained in:
parent
471d3950e6
commit
c147e43b4f
Notes:
git
2024-09-12 14:33:14 +00:00
2
array.c
2
array.c
@ -2739,6 +2739,8 @@ rb_ary_length(VALUE ary)
|
|||||||
*
|
*
|
||||||
* Returns +true+ if the count of elements in +self+ is zero,
|
* Returns +true+ if the count of elements in +self+ is zero,
|
||||||
* +false+ otherwise.
|
* +false+ otherwise.
|
||||||
|
*
|
||||||
|
* Related: see {Methods for Querying}[rdoc-ref:Array@Methods+for+Querying].
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user