# File lib/bundler/shared_helpers.rb, line 45
      def pwd
        @chdir_monitor.synchronize do
          Dir.pwd
        end
      end