# File lib/fakefs/fake/file.rb, line 63
    def link(other_file)
      @inode.link(other_file)
    end