Bug #5998 ยป array_select_bang.patch
array.c | ||
---|---|---|
/*
|
||
* call-seq:
|
||
* ary.select! {|item| block } -> new_ary or nil
|
||
* ary.select! {|item| block } -> obj or nil
|
||
* ary.select! -> an_enumerator
|
||
*
|
||
* Invokes the block passing in successive elements from
|