From: KOSAKI Motohiro Date: 2012-03-31T17:33:18+09:00 Subject: [ruby-core:43994] Re: [ruby-trunk - Feature #5945][Assigned] Add the ability to mark a at_exit as process-local. 2012/3/30 mame (Yusuke Endoh) : > > Issue #5945 has been updated by mame (Yusuke Endoh). > > Status changed from Open to Assigned > Assignee set to matz (Yukihiro Matsumoto) > > Matz, do you think this kind of feature is needed? > I guess you'll say, the argument should be a keyword option, at least. > > �at_exit(process_local: true) { ... } I don't like this name. at_exit() is always process local. He hope to make no subprocess inheritance option.