method

abort_threads

ruby latest stable - Class: Bundler::Worker

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

abort_threads()
private

No documentation available.

# File lib/bundler/worker.rb, line 78
    def abort_threads
      return unless @threads
      Bundler.ui.debug("\n#{caller.join("\n")}")
      @threads.each(&:exit)
      exit 1
    end