Socialmetrica/Socialmetrica.package/TweetsCollection.class/instance/store.st

4 lines
179 B
Smalltalk
Raw Normal View History

accessing
store
ReStore isConnected ifFalse: [ self class storeDB]. "Starting the ReStore singleton."
2022-04-06 16:21:08 +00:00
self tweets do: [:each | ReStore evaluateAsTransaction: [ each store ] ].