Ruby 2.4.0 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
File::Statクラス
uid
instance method File::Stat#uid
uid -> Integer
[
permalink
][
rdoc
]
オーナーのユーザIDを返します。
fs = File::Stat.new($0) #例 p fs.uid #=> 0