관리-도구
편집 파일: executable%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> if <em>stat</em> is executable or if the operating system doesn't distinguish executable files from nonexecutable files. The tests are made using the effective owner of the process. - !ruby/struct:SM::Flow::VERB body: " File.stat("testfile").executable? #=> false\n" full_name: File::Stat#executable? is_singleton: false name: executable? params: | stat.executable? => true or false visibility: public