TextCollector.st
changeset 5486 199af728fa7a
parent 5455 e151df78df1e
child 5487 455c92ac5d83
child 5534 a4b0471717d0
--- a/TextCollector.st	Sun Oct 11 13:29:33 2015 +0200
+++ b/TextCollector.st	Thu Oct 15 12:22:41 2015 +0200
@@ -351,6 +351,10 @@
     destroyAction := aBlock
 !
 
+entryStream
+    ^ entryStream
+!
+
 lineLimit
     "return the number of text-lines I am supposed to hold"