Sept. 23, 2012
11:27 a.m.
On 23 September 2012 12:16, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
may be this is too early but I wanted to change the value of a class instance variable
Nautilus class instVarNames -> #('maxSize' 'cachedLastClasses' 'groups')
Nautilus class instVarNamed: 'groups' -> error
Nautilus instVarNamed: 'groups' worked
I found that strange and inconsistent. I'am wrong?
nope. i never tried to access class instance vars using this.. but it is strange, it should work.
Stef
-- Best regards, Igor Stasenko.