# File lib/fakefs/dir.rb, line 20
    def each(&block)
      while f = read
        yield f
      end
    end