[DOC] Related for Array#count

This commit is contained in:
BurdetteLamar 2024-09-09 09:26:58 -05:00 committed by Peter Zhu
parent ff43e618e9
commit a055a426ed
Notes: git 2024-09-10 19:37:36 +00:00

View File

@ -6390,6 +6390,8 @@ rb_ary_compact(VALUE ary)
*
* With argument +object+ and a block given, issues a warning, ignores the block,
* and returns the count of elements <tt>==</tt> to +object+.
*
* Related: see {Methods for Querying}[rdoc-ref:Array@Methods+for+Querying].
*/
static VALUE