From: Rich W. <rw...@gm...> - 2008-01-03 10:56:51
|
My Ruby object had implemented observeValueForKeyPath_ofObject_change_context_(), but RubyCocoa called observeValueForKeyPath_ofObject_change_context(). So, I'm guessing the RubyCocoa framework drops the final underscore by default, and I should probably adopt the same convention (for consistency, and to prevent this sort of problem in the future). I think it's all starting to make sense! Thanks, -Rich- |