# HG changeset patch # User Claus Gittinger # Date 1156341867 -7200 # Node ID 7b4b195a3806cc7194c170e8ad1c6624832dcc75 # Parent 478cad435737cf0954474dd4c2113105773a7bf2 boss stuff separated diff -r 478cad435737 -r 7b4b195a3806 True.st --- a/True.st Wed Aug 23 16:04:25 2006 +0200 +++ b/True.st Wed Aug 23 16:04:27 2006 +0200 @@ -56,14 +56,6 @@ " ! ! -!True methodsFor:'binary storage'! - -storeBinaryOn: stream manager: manager - "store a binary representation of the receiver on stream; - redefined, since true is stored with a special type-code" - - stream nextPut: manager codeForTrue -! ! !True methodsFor:'conditional evaluation'! @@ -191,5 +183,5 @@ !True class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/True.st,v 1.22 2006-03-06 08:57:38 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/True.st,v 1.23 2006-08-23 14:04:27 cg Exp $' ! !