[DOC] Related for Array#compact
This commit is contained in:
parent
648866b671
commit
b27a128d72
Notes:
git
2024-09-10 19:32:08 +00:00
3
array.c
3
array.c
@ -6318,7 +6318,8 @@ rb_ary_uniq(VALUE ary)
|
|||||||
* a # => [0, false, "", [], {}]
|
* a # => [0, false, "", [], {}]
|
||||||
* a.compact! # => nil
|
* a.compact! # => nil
|
||||||
*
|
*
|
||||||
* Related: Array#compact.
|
* Related: Array#compact;
|
||||||
|
* see also {Methods for Deleting}[rdoc-ref:Array@Methods+for+Deleting].
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user