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

4 lines
157 B
Smalltalk

accessing
oldestTweet
^ (self tweets select: [ :tweet | tweet created = ((self tweets collect: [ :each | each created ]) asSortedCollection first)]) first.