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