Object.st
changeset 23270 194ed0e9c2c7
parent 23262 c0fce9983f8f
child 23271 676915d2e795
--- a/Object.st	Thu Aug 09 13:04:19 2018 +0200
+++ b/Object.st	Thu Aug 09 17:19:53 2018 +0200
@@ -260,7 +260,6 @@
 ! !
 
 
-
 !Object class methodsFor:'Compatibility-ST80'!
 
 rootError
@@ -527,7 +526,6 @@
 
 
 
-
 !Object methodsFor:'Compatibility-GNU'!
 
 display
@@ -4181,9 +4179,12 @@
 !
 
 skippedInLiteralEncoding
-    "return a Collection with it's elements are slots for skipping"
+    "return the inst-slots which are skipped when generating a literalArrayEncoding;
+     (to skip the ones with default values.)"
 
     ^ #()
+
+    "Modified (comment): / 09-08-2018 / 17:16:44 / Claus Gittinger"
 ! !
 
 !Object methodsFor:'error handling'!