#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Thu, 09 Aug 2018 17:19:16 +0200
changeset 4160 b2a9377202b7
parent 4159 4a2fc4aa5730
child 4161 a97047ee60f8
#OTHER by cg comment
Model.st
--- a/Model.st	Thu Aug 09 17:01:04 2018 +0200
+++ b/Model.st	Thu Aug 09 17:19:16 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -87,9 +89,12 @@
 !Model methodsFor:'converting'!
 
 skippedInLiteralEncoding
-    "return a Collection with elements which are skipped in the encoding"
+    "define the inst-slots which are skipped when generating a literalArrayEncoding;
+     (to skip the ones with default values.)"
 
     ^ OrderedCollection with:#dependents
+
+    "Modified (comment): / 09-08-2018 / 17:17:57 / Claus Gittinger"
 ! !
 
 !Model methodsFor:'copying'!