# File lib/fakefs/dir.rb, line 93 def self.foreach(dirname, &_block) Dir.open(dirname) { |file| yield file } end