= private = protected
gid()
Returns the numeric group id of the owner of stat.
File.stat("testfile").gid #=> 500
static VALUE rb_stat_gid(VALUE self) { return GIDT2NUM(get_stat(self)->st_gid); }