# File lib/fakefs/pathname.rb, line 571
      def each_child(with_directory = true, &b)
        children(with_directory).each(&b)
      end