class FakeFS::Pathname

def mkdir(*args)

See Dir.mkdir. Create the referenced directory.
def mkdir(*args)
  Dir.mkdir(@path, *args)
end