class Guard::Jobs::Sleep

def handle_interrupt

def handle_interrupt
  Thread.main.raise Interrupt
end