lib/file: wrap a long signature and add some space between methods
[nit.git] / lib / standard / stream.nit
index b901596..ecda97e 100644 (file)
@@ -11,7 +11,7 @@
 # Input and output streams of characters
 module stream
 
-intrude import ropes
+intrude import text::ropes
 import error
 intrude import bytes
 
@@ -600,7 +600,7 @@ class StringWriter
        super Writer
 
        private var content = new Array[String]
-       redef fun to_s do return content.to_s
+       redef fun to_s do return content.plain_to_s
        redef fun is_writable do return not closed
 
        redef fun write_bytes(b) do