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

4 lines
147 B
Smalltalk

accessing
store
self class storeDB. "Starting the ReStore singleton."
self tweets do: [:each | ReStore evaluateAsTransaction: [ each store ] ].