cannot use not as selector - sigh !
authorClaus Gittinger <cg@exept.de>
Thu, 29 May 2008 18:19:04 +0200
changeset 2483 be285c88b641
parent 2482 798c34fa1efb
child 2484 d55c4fd22196
cannot use not as selector - sigh !
BooleanValueHolder.st
--- a/BooleanValueHolder.st	Wed May 28 13:25:45 2008 +0200
+++ b/BooleanValueHolder.st	Thu May 29 18:19:04 2008 +0200
@@ -97,7 +97,7 @@
     "
 !
 
-not
+logicalNot
     "return another valueHolder, which returns the logical not of myself"
 
     ^ BooleanBlockValue forLogicalNot:self.
@@ -137,5 +137,5 @@
 !BooleanValueHolder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/BooleanValueHolder.st,v 1.2 2008-05-19 16:12:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/BooleanValueHolder.st,v 1.3 2008-05-29 16:19:04 cg Exp $'
 ! !