4 lines
145 B
Smalltalk
4 lines
145 B
Smalltalk
|
accessing
|
||
|
queries
|
||
|
"A list of the queries where the tweet has been present"
|
||
|
^ self metadata at: 'queries' ifAbsentPut: [ OrderedCollection new ]
|