mirror of
https://github.com/lxsang/Diya-API.git
synced 2025-03-12 18:42:48 +01:00
7 lines
127 B
Smalltalk
7 lines
127 B
Smalltalk
Extension { #name : #DiskStore }
|
|
|
|
{ #category : #'*Diya' }
|
|
DiskStore class >> inform: string [
|
|
Transcript show: string; cr.
|
|
]
|