Dec. 23, 2008
9:37 p.m.
Subject: [Pharo-project] there is a sixx left over in Object
sixxInstVarNamed: instVarName put: aValue "override if you like" self instVarAt: (self class instVarIndexFor: instVarName asString) put: aValue
Does anybody know where is come from?
It's from the SIXX package, see Universe / Persistence / SIXX. SIXX is an XML serializer/deserializer written in Smalltalk. Ramon Leon http://onsmalltalk.com