MCMockAPoolDictionary.st
author Claus Gittinger <cg@exept.de>
Mon, 14 May 2018 02:21:18 +0200
changeset 1048 582b3a028cbc
parent 644 213b6a91f384
child 1095 87f223484bc3
permissions -rw-r--r--
#FEATURE by cg class: MCMethodDefinition changed: #postloadOver:

"{ Package: 'stx:goodies/monticello' }"

SharedPool subclass:#MCMockAPoolDictionary
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SCM-Monticello-Mocks'
!


!MCMockAPoolDictionary class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCMockAPoolDictionary.st,v 1.4 2012-09-11 21:23:37 cg Exp $'
!

version_CVS
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCMockAPoolDictionary.st,v 1.4 2012-09-11 21:23:37 cg Exp $'
!

version_SVN
    ^ '§Id: MCMockAPoolDictionary.st 5 2010-08-29 07:30:29Z vranyj1 §'
! !