#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 21 Dec 2016 12:59:25 +0100
changeset 21157 c4dc25f898da
parent 21156 975c87964fac
child 21158 f2a874c26418
child 21246 958aa6e341d4
#DOCUMENTATION by cg class: Method comment/format in: #whoStringWith:
Method.st
--- a/Method.st	Wed Dec 21 12:55:40 2016 +0100
+++ b/Method.st	Wed Dec 21 12:59:25 2016 +0100
@@ -2046,6 +2046,7 @@
      Method new whoStringWith:' >> '
      (Method compiledMethodAt:#whoString) whoStringWith:' >> '
      (Method compiledMethodAt:#whoString) whoStringWith:' » '
+     (Method compiledMethodAt:#whoString) whoStringWith:' -> '
     "
 ! !