Related methods for Array#delete

This commit is contained in:
BurdetteLamar 2024-08-27 20:24:29 +01:00 committed by Peter Zhu
parent f93c27d86b
commit 91c6c2bdb5
Notes: git 2024-08-28 14:43:56 +00:00

View File

@ -4027,6 +4027,8 @@ ary_resize_smaller(VALUE ary, long len)
* a.delete(2) {|element| "Element #{element} not found." }
* # => "Element 2 not found."
*
* Related: see {Methods for Deleting}[rdoc-ref:Array@Methods+for+Deleting].
*
*/
VALUE