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