# File lib/fakefs/dir.rb, line 127
def
self
.
mkdir
(
string
,
_integer
=
0
)
FileUtils
.
mkdir
(
string
)
end