1
0
mirror of https://github.com/lxsang/Diya-API.git synced 2024-12-27 03:48:21 +01:00

Allow to reset singleton instance in DiyaBoot

This commit is contained in:
Dany LE 2021-12-19 19:49:34 +01:00
parent cb9cf2f49e
commit 80b9ee6708

View File

@ -17,6 +17,11 @@ Class {
#category : #'Diya-Runtime'
}
{ #category : #'instance creation' }
DiyaBoot class >> reset [
singleton := nil
]
{ #category : #'instance creation' }
DiyaBoot class >> startUp: status [
self startx.