--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns true if the named file exists and the effective group id of the calling process is the owner of the file. Returns false on Windows. full_name: File::grpowned? is_singleton: true name: grpowned? params: | File.grpowned?(file_name) => true or false visibility: public