# File lib/fakefs/fileutils.rb, line 5
def
mkdir_p
(
path
)
FileSystem
.
add
(
path
,
FakeDir
.
new
)
end