Skip to content

Commit d27ea0b

Browse files
committed
Helper method to the deactivator to not break calypso
1 parent e721233 commit d27ea0b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/MethodProxies/MpDeactivator.class.st

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ MpDeactivator >> handler: aMpHandler [
5050
handler := aMpHandler
5151
]
5252

53+
{ #category : 'testing' }
54+
MpDeactivator >> isBlock [
55+
56+
^ true
57+
]
58+
5359
{ #category : 'evaluating' }
5460
MpDeactivator >> value [
5561

0 commit comments

Comments
 (0)