관리-도구
편집 파일: grpowned%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 the effective group id of the calling process is the owner of the file. Returns <tt>false</tt> on Windows. full_name: File::grpowned? is_singleton: true name: grpowned? params: | File.grpowned?(file_name) => true or false visibility: public