Hacked By AnonymousFox
--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Returns the number of hard links to <em>stat</em>.
- !ruby/struct:SM::Flow::VERB
body: " File.stat("testfile").nlink #=> 1\n File.link("testfile", "testfile.bak") #=> 0\n File.stat("testfile").nlink #=> 2\n"
full_name: File::Stat#nlink
is_singleton: false
name: nlink
params: |
stat.nlink => fixnum
visibility: public
Hacked By AnonymousFox1.0, Coded By AnonymousFox