instance method File::Stat#rdev

rdev -> Integer[permalink][rdoc]

デバイスタイプ(スペシャルファイルのみ)を返します。

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