Related methods for Array#delete
This commit is contained in:
parent
f93c27d86b
commit
91c6c2bdb5
Notes:
git
2024-08-28 14:43:56 +00:00
2
array.c
2
array.c
@ -4027,6 +4027,8 @@ ary_resize_smaller(VALUE ary, long len)
|
|||||||
* a.delete(2) {|element| "Element #{element} not found." }
|
* a.delete(2) {|element| "Element #{element} not found." }
|
||||||
* # => "Element 2 not found."
|
* # => "Element 2 not found."
|
||||||
*
|
*
|
||||||
|
* Related: see {Methods for Deleting}[rdoc-ref:Array@Methods+for+Deleting].
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
VALUE
|
VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user