MCMockASubclass.st
author Claus Gittinger <cg@exept.de>
Sun, 26 Aug 2018 14:41:59 +0200
changeset 1051 793db72fde39
parent 645 bcc27c4e52b4
permissions -rw-r--r--
#FEATURE by cg class: MCFtpRepository class definition added: #asRepositorySpecFor: #directory #host #isRemote #koRemote #loadAllFileNames comment/format in: #readStreamForFileNamed:do: changed: #description class: MCFtpRepository class added: #basicFromUrl: #documentation #fillInTheBlankRequest #morphicConfigure #urlSchemes

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

MCMockClassA subclass:#MCMockASubclass
	instanceVariableNames:'x'
	classVariableNames:'Y'
	poolDictionaries:''
	category:'SCM-Monticello-Mocks'
!

MCMockASubclass comment:'nil
'
!


!MCMockASubclass methodsFor:'as yet unclassified'!

variables
	^ x + Y + MCMockClassA
!

variables2
	^ ivar + CVar
! !

!MCMockASubclass class methodsFor:'documentation'!

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

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

version_SVN
    ^ '§Id: MCMockASubclass.st 12 2010-09-15 13:13:22Z vranyj1 §'
! !