comment/format in: #methodDefinitionTemplate
authorClaus Gittinger <cg@exept.de>
Thu, 22 Oct 2009 14:23:39 +0200
changeset 12324 5ad1797fe12d
parent 12323 973c8740503b
child 12325 0f0141bdf4a8
comment/format in: #methodDefinitionTemplate
Method.st
--- a/Method.st	Thu Oct 22 14:02:09 2009 +0200
+++ b/Method.st	Thu Oct 22 14:23:39 2009 +0200
@@ -2219,7 +2219,9 @@
 methodDefinitionTemplate
     "return the string that defines the method and the arguments"
 
-    ^ Method methodDefinitionTemplateForSelector:self selector andArgumentNames:self methodArgNames
+    ^ Method 
+        methodDefinitionTemplateForSelector:self selector 
+        andArgumentNames:self methodArgNames
 
     "
       (self compiledMethodAt:#printOn:) methodDefinitionTemplate
@@ -2884,11 +2886,11 @@
 !Method class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.334 2009-10-22 12:02:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.335 2009-10-22 12:23:39 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.334 2009-10-22 12:02:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.335 2009-10-22 12:23:39 cg Exp $'
 ! !
 
 Method initialize!