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