관리-도구
편집 파일: grpowned%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns true if the effective group id of the process is the same as the group id of <em>stat</em>. On Windows NT, returns <tt>false</tt>. - !ruby/struct:SM::Flow::VERB body: " File.stat("testfile").grpowned? #=> true\n File.stat("/etc/passwd").grpowned? #=> false\n" full_name: File::Stat#grpowned? is_singleton: false name: grpowned? params: | stat.grpowned? => true or false visibility: public