# File lib/fakefs/pathname.rb, line 951
      def mkdir(*args)
        Dir.mkdir(@path, *args)
      end