Boolean.st
changeset 12651 ada42382ffd1
parent 12163 bcb16f2fda53
child 13131 19fb1740fdd1
--- a/Boolean.st	Wed Jan 20 20:44:24 2010 +0100
+++ b/Boolean.st	Thu Jan 21 12:48:59 2010 +0100
@@ -110,6 +110,8 @@
 ! !
 
 
+
+
 !Boolean methodsFor:'blocked'!
 
 onChangeSend:selector to:someOne
@@ -185,6 +187,7 @@
     ^ self printString
 ! !
 
+
 !Boolean methodsFor:'testing'!
 
 isBoolean
@@ -222,9 +225,9 @@
 !Boolean class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.39 2009-10-06 15:16:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.40 2010-01-21 11:48:59 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.39 2009-10-06 15:16:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.40 2010-01-21 11:48:59 cg Exp $'
 ! !