# HG changeset patch # User Claus Gittinger # Date 1427365201 -3600 # Node ID 1ce6db31fcdfa0a3f4de0dc29d6f5682f7831e9f # Parent 72705f73caec487ae45f54181391ed84448c44c9 class: Object #inspect #inspectorClass are extensions diff -r 72705f73caec -r 1ce6db31fcdf 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 ) ! !