#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Mon, 21 May 2018 09:43:14 +0200
changeset 22980 8ea9d4f9983a
parent 22979 d0d83c4c7be2
child 22981 d5ed71f44e7a
#FEATURE by cg class: PipeStream added: #isPipeStream
PipeStream.st
--- a/PipeStream.st	Mon May 21 09:43:04 2018 +0200
+++ b/PipeStream.st	Mon May 21 09:43:14 2018 +0200
@@ -1076,6 +1076,12 @@
     ^ false
 ! !
 
+!PipeStream methodsFor:'testing'!
+
+isPipeStream
+    ^ true
+! !
+
 !PipeStream class methodsFor:'documentation'!
 
 version