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