instance method File::Stat#uid

uid -> Integer[permalink][rdoc]

オーナーのユーザIDを返します。

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