#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Wed, 29 May 2019 11:40:02 +0200
changeset 24236 5de49e99e8fd
parent 24235 210f242ffbd9
child 24237 c68e7d2efaf2
#REFACTORING by cg class: Stream added: #beginEntry
Stream.st
--- a/Stream.st	Wed May 29 11:33:34 2019 +0200
+++ b/Stream.st	Wed May 29 11:40:02 2019 +0200
@@ -223,7 +223,6 @@
 ! !
 
 
-
 !Stream methodsFor:'Compatibility-Dolphin'!
 
 display:someObject
@@ -4082,6 +4081,14 @@
 
 !Stream methodsFor:'writing'!
 
+beginEntry
+    "ignored here - for compatibility with Transcript"
+
+    ^ self
+
+    "Created: / 29-05-2019 / 11:39:34 / Claus Gittinger"
+!
+
 cr
     "append a carriage-return to the stream.
      This is only allowed, if the receiver supports writing."