instance method File::Stat#gid

gid -> Integer[permalink][rdoc][edit]

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


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