model: `new` factories are named "new", not init.
authorJean Privat <jean@pryen.org>
Wed, 22 Oct 2014 18:52:16 +0000 (14:52 -0400)
committerJean Privat <jean@pryen.org>
Thu, 23 Oct 2014 15:39:44 +0000 (11:39 -0400)
It means that in `new X`, first the method name `new` is searched,
then the method named `init` as a fallback.

Signed-off-by: Jean Privat <jean@pryen.org>


No differences found