Files
gt4carp/src/Carp/CarpCoderBehaviorNameApplyPreviewId.class.st
2022-04-17 20:49:42 +02:00

11 lines
235 B
Smalltalk

Class {
#name : #CarpCoderBehaviorNameApplyPreviewId,
#superclass : #GtCoderElementId,
#category : #'Carp-Coder'
}
{ #category : #accessing }
CarpCoderBehaviorNameApplyPreviewId >> asSymbol [
^ #'carp-coder--module-name-editor'
]