PPContext.st
changeset 405 0470a5e6e712
parent 377 6112a403a52d
child 421 7e08b31e0dae
--- a/PPContext.st	Sat Nov 01 00:34:30 2014 +0000
+++ b/PPContext.st	Mon Nov 03 09:10:56 2014 +0000
@@ -17,6 +17,8 @@
 		yourself
 ! !
 
+
+
 !PPContext methodsFor:'accessing-globals'!
 
 globalAt: aKey
@@ -219,6 +221,10 @@
 	^ stream contents
 !
 
+isEndOfLine
+	^ stream isEndOfLine
+!
+
 isStartOfLine
 	^ stream isStartOfLine
 !