[DOC] Related for Array#compact

This commit is contained in:
BurdetteLamar 2024-09-07 18:51:36 -05:00 committed by Peter Zhu
parent 648866b671
commit b27a128d72
Notes: git 2024-09-10 19:32:08 +00:00

View File

@ -6318,7 +6318,8 @@ rb_ary_uniq(VALUE ary)
* a # => [0, false, "", [], {}]
* a.compact! # => nil
*
* Related: Array#compact.
* Related: Array#compact;
* see also {Methods for Deleting}[rdoc-ref:Array@Methods+for+Deleting].
*/
static VALUE