7 lines
173 B
Smalltalk
7 lines
173 B
Smalltalk
accessing
|
|
retweets
|
|
|
|
self messages ifEmpty: [ self getMessages ].
|
|
^ TweetsCollection new
|
|
messages: (self messages select: [ :each | each authorId ~= self id]);
|
|
yourself |