ropes: Reset everything when clearing.
[nit.git] / lib / standard / ropes.nit
index 12ad67e..db635d9 100644 (file)
@@ -240,6 +240,7 @@ class RopeBuffer
                str = ""
                length = 0
                rpos = 0
+               dumped = 0
        end
 
        redef fun substring(from, count) do