lib/core: Added `to_s_unsafe` method to `NativeString` which does not cleans a `Nativ...
authorLucas Bajolet <r4pass@hotmail.com>
Tue, 8 Dec 2015 18:17:01 +0000 (13:17 -0500)
committerLucas Bajolet <r4pass@hotmail.com>
Tue, 29 Dec 2015 04:49:28 +0000 (23:49 -0500)
commit9c0aa830abd04e11fb37e16151a3be2c930c6990
tree50ebb289d43b8efd62b75995c94e2c99fad3466b
parentc4969bc5ffcad323ed16ebc6bf43cdab1a5c801e
lib/core: Added `to_s_unsafe` method to `NativeString` which does not cleans a `NativeString` before returning it as a `String`

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
lib/core/text/abstract_text.nit
lib/core/text/flat.nit
lib/core/text/ropes.nit