U:RDoc::AnyMethod[iI" select!:ETI"Array#select!;TF: publico:RDoc::Markup::Document: @parts[o:RDoc::Markup::Paragraph; [I"IInvokes the given block passing in successive elements from +self+, ;TI"Cdeleting elements for which the block returns a +false+ value.;To:RDoc::Markup::BlankLineo; ; [I"KThe array may not be changed instantly every time the block is called.;T@o; ; [I"MIf changes were made, it will return +self+, otherwise it returns +nil+.;T@o; ; [I"See also Array#keep_if;T@o; ; [I"=If no block is given, an Enumerator is returned instead.;T: @fileI" array.c;T:0@omit_headings_from_table_of_contents_below0I"[ary.select! {|item| block } -> ary or nil ary.select! -> Enumerator ;T0[I"();T@FI" Array;TcRDoc::NormalClass00