BooleanValueHolder.st
changeset 2483 be285c88b641
parent 2464 0c5915ead66f
child 3202 77a9af3ab997
--- 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 $'
 ! !