MCDirtyPackageInfo.st
changeset 223 a57928e550bc
parent 87 97f5c163eed1
child 330 93fb8aaf5f47
equal deleted inserted replaced
222:fe1cda83fea1 223:a57928e550bc
    23 classes
    23 classes
    24 	^ Array new: 0.
    24 	^ Array new: 0.
    25 !
    25 !
    26 
    26 
    27 methods
    27 methods
    28 	^ self mockClassA selectors
    28 	^ MCMockClassA selectors
    29 		select: [:ea | ea beginsWith: 'ordinal']
    29 		select: [:ea | ea beginsWith: 'ordinal']
    30 		thenCollect:
    30 		thenCollect:
    31 			[:ea | 
    31 			[:ea | 
    32 				MethodReference new 
    32 				MethodReference new 
    33 					setStandardClass: MCMockClassA 
    33 					setStandardClass: MCMockClassA 
    39 ! !
    39 ! !
    40 
    40 
    41 !MCDirtyPackageInfo class methodsFor:'documentation'!
    41 !MCDirtyPackageInfo class methodsFor:'documentation'!
    42 
    42 
    43 version
    43 version
    44     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDirtyPackageInfo.st,v 1.1 2006-11-22 13:18:19 cg Exp $'
    44     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDirtyPackageInfo.st,v 1.2 2011-08-20 11:44:44 cg Exp $'
       
    45 !
       
    46 
       
    47 version_CVS
       
    48     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDirtyPackageInfo.st,v 1.2 2011-08-20 11:44:44 cg Exp $'
       
    49 !
       
    50 
       
    51 version_SVN
       
    52     ^ '§Id: MCDirtyPackageInfo.st 5 2010-08-29 07:30:29Z vranyj1 §'
    45 ! !
    53 ! !
    46 
    54 
    47 MCDirtyPackageInfo initialize!
    55 MCDirtyPackageInfo initialize!