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