# File lib/fakefs/pathname.rb, line 961
      def opendir(&block) # :yield: dir
        Dir.open(@path, &block)
      end