lib: move some examples/* into specific subdirectories of their lib
[nit.git] / lib / bufferized_ropes.nit
index a47bc0a..18cfa4c 100644 (file)
@@ -105,6 +105,8 @@ redef class RopeString
                end
        end
 
+       redef fun +(o) do return insert_at(o.to_s, length)
+
        # Inserts a String `str` at position `pos`
        redef fun insert_at(str, pos)
        do