관리-도구
편집 파일: file%3f-c.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> if the named file exists and is a regular file. full_name: File::file? is_singleton: true name: file? params: | File.file?(file_name) => true or false visibility: public