Process.exit(self, :normal) does the job, but it prints out ** (EXIT from #PID<0.49.0>) normal. Is there a way to exit without the message?
Process.exit(self, :normal)
** (EXIT from #PID<0.49.0>) normal