# File lib/fakefs/fileutils.rb, line 282
    def cd(dir, &block)
      FileSystem.chdir(dir, &block)
    end