class Bundler::Worker

def add_interrupt_handler

def add_interrupt_handler
  @previous_interrupt_handler = trap("INT") { abort_threads }
end