module FakeFS::FileUtils

def ln_sf(target, path)

def ln_sf(target, path)
  ln_s(target, path, force: true)
end