[DOC] Related for Array#empty?

This commit is contained in:
BurdetteLamar 2024-09-11 18:49:32 -05:00 committed by Peter Zhu
parent 471d3950e6
commit c147e43b4f
Notes: git 2024-09-12 14:33:14 +00:00

View File

@ -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