Project

General

Profile

Bug #5998 ยป array_select_bang.patch

bt (Bernd Homuth), 02/10/2012 06:07 PM

View differences:

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
    (1-1/1)