'From Squeak3.1alpha of 5 February 2001 [latest update: #4128] on 4 June 2001 at 7:12:54 pm'! "Change Set: vocabOnRefStream Date: 4 June 2001 Author: Bob Arning When writing the EToyVocabulary known as #eToy, write a reference instead of the object itself to save space and time"! !EToyVocabulary methodsFor: 'initialization' stamp: 'RAA 6/4/2001 19:12'! objectForDataStream: refStrm "I am about to be written on an object file. Write a path to me in the other system instead." vocabularyName == #eToy ifFalse: [^ self]. ^ DiskProxy global: #Vocabulary selector: #vocabularyNamed: args: (Array with: vocabularyName) ! !