class FakeFS::Dir

def self.chdir(dir, &blk)

def self.chdir(dir, &blk)
  FileSystem.chdir(dir, &blk)
end