See Dir.mkdir. Create the referenced directory.
Dir.mkdir
943 944 945
# File 'lib/fakefs/pathname.rb', line 943 def mkdir(*args) Dir.mkdir(@path, *args) end