LepiterPlugins/src/LepiterPlugins/LeSnippet.extension.st

9 lines
179 B
Smalltalk

Extension { #name : #LeSnippet }
{ #category : #'*LepiterPlugins' }
LeSnippet >> index [
| uuids |
uuids := self parent children collect: [:each | each uidString ].
^ uuids
]