#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Mon, 26 Aug 2019 10:35:24 +0200
changeset 24640 76d48838aca5
parent 24639 5029906439fe
child 24641 c8b9d72e1a36
#DOCUMENTATION by exept class: ExternalStream comment/format in: #nextPutAll:
ExternalStream.st
--- a/ExternalStream.st	Mon Aug 26 10:34:44 2019 +0200
+++ b/ExternalStream.st	Mon Aug 26 10:35:24 2019 +0200
@@ -6453,6 +6453,7 @@
 
 nextPutAll:aCollection
     "write all elements of the argument, aCollection.
+     Answer the receiver.
      Reimplemented for speed when writing strings or byteArrays.
      For others, falls back to general method in superclass."