Boolean.st
changeset 12163 bcb16f2fda53
parent 10944 7a49334eb90b
child 12651 ada42382ffd1
equal deleted inserted replaced
12162:32aa3e64c889 12163:bcb16f2fda53
   164 ! !
   164 ! !
   165 
   165 
   166 !Boolean methodsFor:'printing & storing'!
   166 !Boolean methodsFor:'printing & storing'!
   167 
   167 
   168 printOn:aStream
   168 printOn:aStream
   169     "append a character sequence representing the receiver to the argument,
   169     "append a character sequence representing the receiver to the argument, aStream"
   170      aStream"
       
   171 
   170 
   172     aStream nextPutAll:self printString
   171     aStream nextPutAll:self printString
   173 !
   172 !
   174 
   173 
   175 storeOn:aStream
   174 storeOn:aStream
   221 ! !
   220 ! !
   222 
   221 
   223 !Boolean class methodsFor:'documentation'!
   222 !Boolean class methodsFor:'documentation'!
   224 
   223 
   225 version
   224 version
   226     ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.38 2008-04-09 19:39:56 ab Exp $'
   225     ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.39 2009-10-06 15:16:47 cg Exp $'
   227 ! !
   226 !
       
   227 
       
   228 version_CVS
       
   229     ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.39 2009-10-06 15:16:47 cg Exp $'
       
   230 ! !