class Parallel::UserInterruptHandler

def restore_interrupt(old, signal)

def restore_interrupt(old, signal)
  Signal.trap signal, old
end