# File lib/bundler/shared_helpers.rb, line 51
      def chdir(dir, &blk)
        Dir.chdir dir, &blk
      end