added: #<
authorClaus Gittinger <cg@exept.de>
Mon, 26 Oct 2009 16:26:40 +0100
changeset 149 6c42819bd3e3
parent 148 b465b9b2da45
child 150 bd3dcb1bc4fc
added: #<
MCMockDependentItem.st
--- a/MCMockDependentItem.st	Mon Oct 26 16:26:10 2009 +0100
+++ b/MCMockDependentItem.st	Mon Oct 26 16:26:40 2009 +0100
@@ -10,6 +10,10 @@
 
 !MCMockDependentItem methodsFor:'as yet unclassified'!
 
+< other
+        ^ self name < other name
+!
+
 <= other
 	^ self name <= other name
 !
@@ -47,5 +51,9 @@
 !MCMockDependentItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCMockDependentItem.st,v 1.1 2006-11-22 13:19:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCMockDependentItem.st,v 1.2 2009-10-26 15:26:40 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCMockDependentItem.st,v 1.2 2009-10-26 15:26:40 cg Exp $'
 ! !