5 lines
88 B
Smalltalk
5 lines
88 B
Smalltalk
accessing
|
|
getUser
|
|
self user
|
|
ifNotNil: [ ^ self user ].
|
|
^ self userFromId: authorId |