comment/format in: #printOn:
authorClaus Gittinger <cg@exept.de>
Tue, 06 Oct 2009 17:16:47 +0200
changeset 12163 bcb16f2fda53
parent 12162 32aa3e64c889
child 12164 b87f20d77369
comment/format in: #printOn:
Boolean.st
--- 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 $'
 ! !