7 lines
188 B
Smalltalk
7 lines
188 B
Smalltalk
accessing
|
|
replies
|
|
|
|
self messages ifEmpty: [ self getMessages ].
|
|
^ TweetsCollection new
|
|
messages: (self tweets select: [ :each | (each metadata at: 'replie to') isNotEmpty]);
|
|
yourself |