geoffreywiseman/Moo

Translate Classes without No-Argument Constructor

Closed this issue · 1 comments

In some cases, you're going to want to put a constructor on a class that you then want to translate to. Although forcing a no-arg constructor is reasonable in most cases, it's preferable if Moo could handle filling the constructor with the fields to be translated -- essentially treating the constructor as required properties.

This duplicates #13.