Files
gt4carp/src/Carp/CarpCommandFactory.class.st
2022-06-13 15:10:12 +02:00

16 lines
286 B
Smalltalk

Class {
#name : #CarpCommandFactory,
#superclass : #LanguageLinkCommandFactory,
#category : #'Carp-Execution'
}
{ #category : #accessing }
CarpCommandFactory >> command [
^ command
]
{ #category : #accessing }
CarpCommandFactory >> instructionsWithNotifyAtEnd [
^ instructions
]