Socialmetrica/Socialmetrica.package/Tweet.class/instance/retweetedBy.st

3 lines
97 B
Smalltalk

accessing
retweetedBy
^ self timelines keys collect: [ :author | author != self user userName ]