Socialmetrica/Socialmetrica.package/Tweet.class/instance/user.st

4 lines
76 B
Smalltalk
Raw Normal View History

accessing
user
2022-04-20 19:56:08 +00:00
user ifNotNil: [ ^ user ].
^ self userFromId: self authorId