lib/core: Removed a few abusive uses of `to_s_with_length` on Array and NativeArray
authorLucas Bajolet <r4pass@hotmail.com>
Fri, 11 Sep 2015 15:36:56 +0000 (11:36 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Fri, 11 Sep 2015 15:36:56 +0000 (11:36 -0400)
commitd1d3a8b77ff66c33fc18704dec9856bcb9499697
treed3c46aec5d7eb87da6cea92f35430963aaadcfe0
parent3093ef1a29c306a9bedd5f04988106fe39241082
lib/core: Removed a few abusive uses of `to_s_with_length` on Array and NativeArray

Since they're working with Nit-produced Strings, there's no need to clean once more

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