# File lib/fakefs/dir.rb, line 59
    def self.chdir(dir, &blk)
      FileSystem.chdir(dir, &blk)
    end