lib: move `Template::write_to_*` to `Streamable`
authorJean Privat <jean@pryen.org>
Thu, 13 Mar 2014 12:56:42 +0000 (08:56 -0400)
committerJean Privat <jean@pryen.org>
Fri, 14 Mar 2014 00:26:50 +0000 (20:26 -0400)
commit7c004c5b38fbff70f023c8eb8e993587aa6e0c18
tree966a779d349f25b5130a3b49a453799713f3531e
parent957426f14892fe92894191903144b8fda0ec90c9
lib: move `Template::write_to_*` to `Streamable`

Their implementation only depends on `write_to` that is introduced
in Streamable

Signed-off-by: Jean Privat <jean@pryen.org>
lib/standard/file.nit
lib/standard/stream.nit
lib/template.nit