instance method File::Stat#gid

gid -> Integer[permalink][rdoc]

オーナーのグループIDを返します。

fs = File::Stat.new($0)
#例
p fs.gid      #=> 0