diff -r a0807a38319d -r 63600ce8c7cc Boolean.st --- a/Boolean.st Sun Sep 03 17:06:58 1995 +0200 +++ b/Boolean.st Thu Sep 07 13:59:50 1995 +0200 @@ -21,7 +21,7 @@ COPYRIGHT (c) 1988 by Claus Gittinger All Rights Reserved -$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.13 1995-08-11 02:59:02 claus Exp $ +$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.14 1995-09-07 11:57:49 claus Exp $ '! !Boolean class methodsFor:'documentation'! @@ -42,7 +42,7 @@ version " -$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.13 1995-08-11 02:59:02 claus Exp $ +$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.14 1995-09-07 11:57:49 claus Exp $ " ! @@ -79,6 +79,16 @@ ^ true ! ! +!Boolean methodsFor:'converting'! + +literalArrayEncoding + "encode myself as an array literal." + + ^ self + + "Modified: 5.9.1995 / 22:46:57 / claus" +! ! + !Boolean methodsFor:'copying'! copy