Socialmetrica/Socialmetrica.package/NitterUser.class/instance/profileImageFile.st

7 lines
148 B
Smalltalk

accessing
profileImageFile
| file |
file := (self folder / self userName, 'jpg').
file exists ifTrue: [ ^ file ].
^ self downloadProfileImage