Ruby 2.0.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > File::Statクラス > gid
gid -> Integer
オーナーのグループIDを返します。
fs = File::Stat.new($0) #例 p fs.gid #=> 0