# File lib/fakefs/pathname.rb, line 946
      def each_entry(*) # :yield: pathname
        Dir.foreach(@path) { |f| yield self.class.new(f) }
      end