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