# File lib/construct/path_extensions.rb, line 43
    def chdir(&block)
      Dir.chdir(self, &block)
    end