Grafoscopio/src/Grafoscopio/PRDocumentGroup.extension.st

9 lines
211 B
Smalltalk

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