# File lib/fakefs/pathname.rb, line 382
      def descend
        vs = []
        ascend { |v| vs << v }
        vs.reverse_each { |v| yield v }
        nil
      end