Boolean.st
changeset 12651 ada42382ffd1
parent 12163 bcb16f2fda53
child 13131 19fb1740fdd1
equal deleted inserted replaced
12650:ebc0e20b6098 12651:ada42382ffd1
   108 
   108 
   109     "Modified: 23.4.1996 / 15:58:22 / cg"
   109     "Modified: 23.4.1996 / 15:58:22 / cg"
   110 ! !
   110 ! !
   111 
   111 
   112 
   112 
       
   113 
       
   114 
   113 !Boolean methodsFor:'blocked'!
   115 !Boolean methodsFor:'blocked'!
   114 
   116 
   115 onChangeSend:selector to:someOne
   117 onChangeSend:selector to:someOne
   116     "/ not really an error ...
   118     "/ not really an error ...
   117     "/ self error:'should not be invoked for booleans'
   119     "/ self error:'should not be invoked for booleans'
   183      receiver can be reconstructed using readFrom:."
   185      receiver can be reconstructed using readFrom:."
   184 
   186 
   185     ^ self printString
   187     ^ self printString
   186 ! !
   188 ! !
   187 
   189 
       
   190 
   188 !Boolean methodsFor:'testing'!
   191 !Boolean methodsFor:'testing'!
   189 
   192 
   190 isBoolean
   193 isBoolean
   191     "Return true, because it is a boolean."
   194     "Return true, because it is a boolean."
   192 
   195 
   220 ! !
   223 ! !
   221 
   224 
   222 !Boolean class methodsFor:'documentation'!
   225 !Boolean class methodsFor:'documentation'!
   223 
   226 
   224 version
   227 version
   225     ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.39 2009-10-06 15:16:47 cg Exp $'
   228     ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.40 2010-01-21 11:48:59 cg Exp $'
   226 !
   229 !
   227 
   230 
   228 version_CVS
   231 version_CVS
   229     ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.39 2009-10-06 15:16:47 cg Exp $'
   232     ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.40 2010-01-21 11:48:59 cg Exp $'
   230 ! !
   233 ! !