|
From: Jonathan P. <jp...@dc...> - 2005-11-14 10:51:31
|
> Bingo, Eureka ! > I defined @_changed, as well as its setter and getter : > def changed > @_changed > end > def setChanged(v) > @_changed = v > end > Everything seems to be working OK. > Does anyone know why these have to be defined in Ruby, when they do > not in Objective-C ? It's hard to tell how the pieces fit together without seeing all the code. Can you post a ZIP of the whole project? Cheers Jonathan |