instance method File::Stat#dev

dev -> String[permalink][rdoc]

デバイス番号(ファイルシステム)を返します。

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