# File lib/fakefs/fake/file.rb, line 6 def initialize(file_owner) @content = "" @links = [file_owner] end