[DOC] Related for Array#delete_if
This commit is contained in:
parent
e52d4d462f
commit
3aeb9c75bd
Notes:
git
2024-09-11 12:33:28 +00:00
2
array.c
2
array.c
@ -4406,6 +4406,8 @@ rb_ary_reject(VALUE ary)
|
|||||||
* a.delete_if {|element| element.to_s.start_with?('b') } # => [:foo, 2]
|
* a.delete_if {|element| element.to_s.start_with?('b') } # => [:foo, 2]
|
||||||
*
|
*
|
||||||
* With no block given, returns a new Enumerator.
|
* With no block given, returns a new Enumerator.
|
||||||
|
*
|
||||||
|
* Related: see {Methods for Deleting}[rdoc-ref:Array@Methods+for+Deleting].
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user