# HG changeset patch # User Claus Gittinger # Date 1254842207 -7200 # Node ID bcb16f2fda530f82534c9a9e79c416ad59677da0 # Parent 32aa3e64c88927c469a7e945d02c39fc6f885051 comment/format in: #printOn: diff -r 32aa3e64c889 -r bcb16f2fda53 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 $' ! !