--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns an array containing all elements of enum for which block is not false (see also Enumerable#reject). - !ruby/struct:SM::Flow::VERB body: " (1..10).find_all {|i| i % 3 == 0 } #=> [3, 6, 9]\n" full_name: Enumerable#find_all is_singleton: false name: find_all params: | enum.find_all {| obj | block } => array enum.select {| obj | block } => array visibility: public