# File lib/fakefs/fake/symlink.rb, line 6
    def initialize(target)
      @target = target
    end