[DOC] Related for Array#delete_if

This commit is contained in:
BurdetteLamar 2024-09-11 07:14:30 -05:00 committed by Peter Zhu
parent e52d4d462f
commit 3aeb9c75bd
Notes: git 2024-09-11 12:33:28 +00:00

View File

@ -4406,6 +4406,8 @@ rb_ary_reject(VALUE ary)
* a.delete_if {|element| element.to_s.start_with?('b') } # => [:foo, 2]
*
* With no block given, returns a new Enumerator.
*
* Related: see {Methods for Deleting}[rdoc-ref:Array@Methods+for+Deleting].
*/
static VALUE