|
|
|
+copy=smalltalk.send(smalltalk.send(self, "_class", []), "_new", []);
|
|
|
|
+smalltalk.send(self, "_associationsDo_", [(function(each){return smalltalk.send(copy, "_at_put_", [smalltalk.send(each, "_key", []), smalltalk.send(smalltalk.send(each, "_value", []), "_deepCopy", [])]);})]);
|