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

3 lines
81 B
Smalltalk

accessing
retweetedBy
^ self metadata at: 'retweetedBy' ifAbsentPut: [ Set new ]