Grafoscopio/src/Grafoscopio/PRDocumentGroup.extension.st

9 lines
203 B
Smalltalk

Extension { #name : #PRDocumentGroup }
{ #category : #'*Grafoscopio' }
PRDocumentGroup >> children: anArrayOfChildren [
"Answer the children of the receiver."
children := anArrayOfChildren asArray
]