class: Object expeccoALM_1_9_0_1
authorClaus Gittinger <cg@exept.de>
Thu, 26 Mar 2015 11:20:01 +0100
changeset 3208 1ce6db31fcdf
parent 3207 72705f73caec
child 3209 c13a1f4f4ccb
class: Object #inspect #inspectorClass are extensions
stx_libtool2.st
--- a/stx_libtool2.st	Thu Mar 26 11:19:59 2015 +0100
+++ b/stx_libtool2.st	Thu Mar 26 11:20:01 2015 +0100
@@ -168,9 +168,10 @@
 
 extensionMethodNames
     "lists the extension methods which are to be included in the project.
-     Entries are 2-element array literals, consisting of class-name and selector."
+     Entries are pairwise elements, consisting of class-name and selector."
 
     ^ #(
+        Image edit
     )
 ! !