instance method File::Stat#nlink

ハードリンクの数を返します。

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