From: Eric Hodel Date: 2008-10-07T15:47:16+09:00 Subject: Re: Ruby lacks atfork : The evil that lives in fork... On Oct 6, 2008, at 20:08 PM, John Carter wrote: > Hmm. Almost, but I can't get rid of this warning... > a.rb:52: warning: redefine fork > > any suggestions on how to get rid of that pesky warning? use alias to copy it to a "backup" name before overriding. alias fork_orig fork