Model.st
changeset 4160 b2a9377202b7
parent 4079 294c4b32e0d0
child 4177 871e7b63f408
--- 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'!