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