= private = protected
mkdir(*args)
See Dir.mkdir. Create the referenced directory.
# File lib/pathname.rb, line 996 def mkdir(*args) Dir.mkdir(@path, *args) end