+valueWithPossibleArguments:
authorClaus Gittinger <cg@exept.de>
Mon, 20 Feb 2006 10:52:43 +0100
changeset 9146 56176a7bf685
parent 9145 c0ccf0f361ba
child 9147 9e6e5c149778
+valueWithPossibleArguments:
Object.st
--- a/Object.st	Mon Feb 20 10:51:28 2006 +0100
+++ b/Object.st	Mon Feb 20 10:52:43 2006 +0100
@@ -636,6 +636,10 @@
         ^ self printString 
 !
 
+valueWithPossibleArguments:argArray
+     ^ self
+!
+
 veryDeepCopy
      ^ self deepCopyUsing:(IdentityDictionary new)
 ! !
@@ -9309,7 +9313,7 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.545 2006-02-09 16:15:05 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.546 2006-02-20 09:52:43 cg Exp $'
 ! !
 
 Object initialize!