class Guard::Jobs::PryWrapper

def handle_interrupt

def handle_interrupt
  thread = @thread
  fail Interrupt unless thread
  thread.raise Interrupt
end