On Feb 11, 2008, at 18:06 PM, Mitch Mitch wrote: > [...] > > My issue is with the rescue. I after a bunch of time trying to track > down a bug I realized that I had a typo in an observer method which > was > causing the observer to be deleted. > > My suggestion is to change the line to: > > rescue RangeError > > Which only rescues the error that the author was intending (I > believe). > > Am I missing anything here? What about when the remote DRb service crashes?