mirror of
https://github.com/lxsang/Diya-API.git
synced 2024-12-26 11:28:22 +01:00
7 lines
114 B
Smalltalk
7 lines
114 B
Smalltalk
|
Extension { #name : #ClassDescription }
|
||
|
|
||
|
{ #category : #'*Diya' }
|
||
|
ClassDescription >> classCommentBlank [
|
||
|
^ ''
|
||
|
]
|