# File lib/bundler/shared_helpers.rb, line 39
      def chdir(dir, &blk)
        @chdir_monitor.synchronize do
          Dir.chdir dir, &blk
        end
      end