BooleanBlockValue.st
changeset 2484 d55c4fd22196
parent 2463 bfec2627f73c
child 2752 77921bb1acbe
--- a/BooleanBlockValue.st	Thu May 29 18:19:04 2008 +0200
+++ b/BooleanBlockValue.st	Thu May 29 18:19:07 2008 +0200
@@ -30,7 +30,7 @@
     "
 !
 
-not
+logicalNot
     "return another valueHolder, which returns the logical not of myself"
 
     ^ BooleanBlockValue forLogicalNot:self.
@@ -70,5 +70,5 @@
 !BooleanBlockValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/BooleanBlockValue.st,v 1.1 2008-05-19 16:12:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/BooleanBlockValue.st,v 1.2 2008-05-29 16:19:07 cg Exp $'
 ! !