# File lib/fakefs/fileutils.rb, line 35
    def ln_sf(target, path)
      ln_s(target, path, { :force => true })
    end