Add half of a coder
This commit is contained in:
@@ -7,6 +7,11 @@ Class {
|
||||
#category : #'Carp-IDE'
|
||||
}
|
||||
|
||||
{ #category : #accessing }
|
||||
CarpExpression >> asElement [
|
||||
^ (GtCarpCoderModel new sourceCode: (GtCoderExplicitStringSource new source: self toCarp)) asElement
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
CarpExpression >> documentation [
|
||||
^ documentation ifNil: ['']
|
||||
|
Reference in New Issue
Block a user