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

4 lines
156 B
Smalltalk

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