CharacterArray.st
changeset 343 1cf554ea3773
parent 328 7b542c0bf1dd
child 345 cf2301210c47
--- a/CharacterArray.st	Tue May 09 03:42:58 1995 +0200
+++ b/CharacterArray.st	Wed May 10 04:18:53 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.19 1995-05-01 21:28:30 claus Exp $
+$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.20 1995-05-10 02:17:51 claus Exp $
 '!
 
 !CharacterArray class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.19 1995-05-01 21:28:30 claus Exp $
+$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.20 1995-05-10 02:17:51 claus Exp $
 "
 !
 
@@ -81,6 +81,10 @@
 
 !CharacterArray methodsFor:'converting'!
 
+string
+    ^ self
+!
+
 asUppercase
     "return a copy of myself in uppercase letters"