Current Path : /opt/alt/ruby18/share/ri/1.8/system/Array/ |
Current File : //opt/alt/ruby18/share/ri/1.8/system/Array/reject-i.yaml |
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns a new array containing the items in <em>self</em> for which the block is not true. full_name: Array#reject is_singleton: false name: reject params: | array.reject {|item| block } -> an_array visibility: public