From 80b9ee67088053029487f3a4723ba13b601fa1d6 Mon Sep 17 00:00:00 2001 From: Dany LE Date: Sun, 19 Dec 2021 19:49:34 +0100 Subject: [PATCH] Allow to reset singleton instance in DiyaBoot --- Diya/DiyaBoot.class.st | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Diya/DiyaBoot.class.st b/Diya/DiyaBoot.class.st index e1d186c..c1dc5de 100644 --- a/Diya/DiyaBoot.class.st +++ b/Diya/DiyaBoot.class.st @@ -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.