Boolean.st
branchjv
changeset 17732 a1892eeca6c0
parent 17711 39faaaf888b4
child 17734 406b1590afe8
--- a/Boolean.st	Fri Aug 28 12:38:51 2009 +0100
+++ b/Boolean.st	Sat Oct 24 16:48:19 2009 +0100
@@ -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,10 @@
 !Boolean class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Boolean.st 10447 2009-06-14 13:09:55Z vranyj1 $'
+    ^ '$Id: Boolean.st 10473 2009-10-24 15:48:19Z vranyj1 $'
+!
+
+version_CVS
+    ^ '§Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.39 2009/10/06 15:16:47 cg Exp §'
 ! !
+