ByteString class(ProtoObject)>>primitiveFailed: ByteString class(ProtoObject)>>primitiveFailed ByteString class(Behavior)>>basicNew: ByteString class(String class)>>new: ByteString(SequenceableCollection)>>copyFrom:to: ByteString(SequenceableCollection)>>last: [ :f | Number squeezeNumberOutOfString: (f basename last: f basename size - nameWithoutExtension size - 1) ifFail: [ 0 ] ] in FileReference>>nextVersion in Block: [ :f | ... [ :stream | 1 to: self size do: [ :index | (selectBlock value: (each := self at: index)) ifTrue: [ stream nextPut: (collectBlock value: each) ] ] ] in Array(SequenceableCollection)>>select:thenCollect: in Block: [ :stream | ... Array class(SequenceableCollection class)>>new:streamContents: Array(SequenceableCollection)>>select:thenCollect: FileReference>>nextVersion PharoChangesCondenser>>temporaryFile PharoChangesCondenser>>reset PharoChangesCondenser>>initialize PharoChangesCondenser class(Behavior)>>new PharoChangesCondenser class>>condense AnObsoleteDrGeoInstallerWorkstation(UndefinedObject)>>install AnObsoleteDrGeoInstaller class>>forWorkstation UndefinedObject>>DoIt OpalCompiler>>evaluate DoItChunk>>importFor:logSource: [ :declaration | requestor ifNotNil: [ requestor contents: declaration contents ]. value := declaration importFor: requestor logSource: logSource ] in CodeImporter>>evaluate in Block: [ :declaration | ... OrderedCollection>>do: CodeImporter>>evaluate [ codeImporter evaluate ] in STCommandLineHandler>>installSourceFile: in Block: [ codeImporter evaluate ] BlockClosure>>on:do: STCommandLineHandler>>handleErrorsDuring:reference: STCommandLineHandler>>installSourceFile: [ :reference | self installSourceFile: reference ] in [ sourceFiles do: [ :reference | self installSourceFile: reference ] ] in STCommandLineHandler>>installSourceFiles in Block: [ :reference | self installSourceFile: reference ]...etc... OrderedCollection>>do: