mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Related for Array#compact
This commit is contained in:
parent
648866b671
commit
b27a128d72
Notes:
git
2024-09-10 19:32:08 +00:00
1 changed files with 2 additions and 1 deletions
3
array.c
3
array.c
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue