# File lib/fakefs/fileutils.rb, line 92
def
ln_sf
(
target
,
path
)
ln_s
(
target
,
path
,
force
:
true
)
end