mirror of
https://github.com/lxsang/Diya-API.git
synced 2025-04-20 23:46:43 +02:00
7 lines
127 B
Smalltalk
7 lines
127 B
Smalltalk
Extension { #name : #DiskStore }
|
|
|
|
{ #category : #'*Diya' }
|
|
DiskStore class >> inform: string [
|
|
Transcript show: string; cr.
|
|
]
|