#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Mon, 26 Aug 2019 10:33:38 +0200
changeset 24635 650696402a40
parent 24634 9dfe53da1a71
child 24636 85131b98ee68
#DOCUMENTATION by exept class: WriteStream comment/format in: #nextPutAll:
WriteStream.st
--- a/WriteStream.st	Mon Aug 26 10:24:59 2019 +0200
+++ b/WriteStream.st	Mon Aug 26 10:33:38 2019 +0200
@@ -530,6 +530,7 @@
 
 nextPutAll:aCollection
     "append all elements of the argument, aCollection to the stream.
+     Answer the receiver.
      Redefined to avoid count grows of the underlying collection -
      instead a single grow on the final size is performed."