# File lib/pathname2.rb, line 901
   def mkdir(*args)
      Dir.mkdir(self, *args)
   end