4 lines
179 B
Smalltalk
4 lines
179 B
Smalltalk
accessing
|
|
store
|
|
ReStore isConnected ifFalse: [ self class storeDB]. "Starting the ReStore singleton."
|
|
self tweets do: [:each | ReStore evaluateAsTransaction: [ each store ] ]. |