instance method File::Stat#ino

ino -> Integer[permalink][rdoc][edit]

i-node 番号を返します。


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