Registry.st
changeset 18791 21a7db893c0e
parent 18789 db3ea237afc8
child 18800 02724cc719b6
child 20041 539109a9f576
equal deleted inserted replaced
18790:7277f699c8f6 18791:21a7db893c0e
   281 !
   281 !
   282 
   282 
   283 size
   283 size
   284     "answer the number of entries in the registry"
   284     "answer the number of entries in the registry"
   285 
   285 
       
   286     tally isNil ifTrue:[
       
   287 	^ 0.
       
   288     ].
   286     ^ tally
   289     ^ tally
   287 ! !
   290 ! !
   288 
   291 
   289 !Registry methodsFor:'registering objects'!
   292 !Registry methodsFor:'registering objects'!
   290 
   293