SnapShotImage.st
changeset 1584 51c53d6656f4
parent 1560 453fa7d78437
child 1791 2bc8227a8b18
equal deleted inserted replaced
1583:c21cb650b2a0 1584:51c53d6656f4
   153         ].
   153         ].
   154     ].
   154     ].
   155     ^ nil
   155     ^ nil
   156 !
   156 !
   157 
   157 
       
   158 hasNamespaces
       
   159     ^ true
       
   160 !
       
   161 
   158 keysAndValuesDo:aTwoArgBlock
   162 keysAndValuesDo:aTwoArgBlock
   159     globals isNil ifTrue:[
   163     globals isNil ifTrue:[
   160         self fetchGlobals
   164         self fetchGlobals
   161     ].
   165     ].
   162     globals keysAndValuesDo:aTwoArgBlock
   166     globals keysAndValuesDo:aTwoArgBlock