Ruby 3.3 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
File::Statクラス
dev_minor
instance method File::Stat#dev_minor
dev_minor -> Integer
[
permalink
][
rdoc
][
edit
]
dev の minor 番号部を返します。
fs
=
File
::
Stat
.
new
(
$0
)
p
fs
.
dev_minor
#例
#=> nil