Boolean.st
branchjv
changeset 17865 598963c6ff8e
parent 17846 24edc476ac18
child 17869 9610c6c94e71
equal deleted inserted replaced
17864:e6010e48defb 17865:598963c6ff8e
    88      Boolean readFromString:'true xxx'   
    88      Boolean readFromString:'true xxx'   
    89      Boolean readFromString:'false xxx'  
    89      Boolean readFromString:'false xxx'  
    90     "
    90     "
    91 ! !
    91 ! !
    92 
    92 
       
    93 
       
    94 
    93 !Boolean class methodsFor:'queries'!
    95 !Boolean class methodsFor:'queries'!
    94 
    96 
    95 hasSharedInstances
    97 hasSharedInstances
    96     "return true if this class has shared instances, that is, instances
    98     "return true if this class has shared instances, that is, instances
    97      with the same value are identical.
    99      with the same value are identical.
   230 ! !
   232 ! !
   231 
   233 
   232 !Boolean class methodsFor:'documentation'!
   234 !Boolean class methodsFor:'documentation'!
   233 
   235 
   234 version
   236 version
   235     ^ '$Id: Boolean.st 10660 2011-07-18 15:22:09Z vranyj1 $'
   237     ^ '$Id: Boolean.st 10695 2011-09-28 19:07:49Z vranyj1 $'
   236 !
   238 !
   237 
   239 
   238 version_CVS
   240 version_CVS
   239     ^ '§Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.41 2010/11/17 14:59:49 cg Exp §'
   241     ^ '§Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.41 2010/11/17 14:59:49 cg Exp §'
   240 ! !
   242 !
       
   243 
       
   244 version_SVN
       
   245     ^ '$Id: Boolean.st 10695 2011-09-28 19:07:49Z vranyj1 $'
       
   246 ! !