Tag: atexit

ruby at_exit退出状态

我可以在at_exit块中确定自我进程退出状态吗? at_exit do if this_process_status.success? print ‘Success’ else print ‘Failure’ end end