Metaclass.st
changeset 24176 d261694dd722
parent 24063 6193bcaef956
child 24375 17f697620440
equal deleted inserted replaced
24175:f8e000cf6617 24176:d261694dd722
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1988 by Claus Gittinger
     2  COPYRIGHT (c) 1988 by Claus Gittinger
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   282     "
   280     "
   283      Array syntaxHighlighterClass
   281      Array syntaxHighlighterClass
   284     "
   282     "
   285 ! !
   283 ! !
   286 
   284 
   287 !Metaclass methodsFor:'copying'!
   285 !Metaclass methodsFor:'copying-private'!
   288 
   286 
   289 postCopy
   287 postCopy
   290     "redefined - a copy may have a new instance"
   288     "redefined - a copy may have a new instance"
   291 
   289 
   292     myClass := nil
   290     myClass := nil