Boolean.st
changeset 12163 bcb16f2fda53
parent 10944 7a49334eb90b
child 12651 ada42382ffd1
--- a/Boolean.st	Tue Oct 06 17:16:24 2009 +0200
+++ b/Boolean.st	Tue Oct 06 17:16:47 2009 +0200
@@ -166,8 +166,7 @@
 !Boolean methodsFor:'printing & storing'!
 
 printOn:aStream
-    "append a character sequence representing the receiver to the argument,
-     aStream"
+    "append a character sequence representing the receiver to the argument, aStream"
 
     aStream nextPutAll:self printString
 !
@@ -223,5 +222,9 @@
 !Boolean class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.38 2008-04-09 19:39:56 ab Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.39 2009-10-06 15:16:47 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.39 2009-10-06 15:16:47 cg Exp $'
 ! !