--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Equivalent to Array#delete_if, deleting elements from self for which the block evaluates to true, but returns nil if no changes were made. Also see Enumerable#reject. full_name: Array#reject! is_singleton: false name: reject! params: | array.reject! {|item| block } -> array or nil visibility: public