관리-도구
편집 파일: find-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: path comment: - !ruby/struct:SM::Flow::P body: Calls the associated block with the name of every file and directory listed as arguments, then recursively on their subdirectories, and so on. - !ruby/struct:SM::Flow::P body: See the <tt>Find</tt> module documentation for an example. full_name: Find#find is_singleton: false name: find params: (*paths) {|path| ...} visibility: public