Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > File::Statクラス > nlink
nlink -> Integer
ハードリンクの数を返します。
fs = File::Stat.new($0) #例 p fs.nlink #=> 1