/** * A generated `Model` example... * * Examples should show a working module api * and be used in tests to continously check * they function as expected. */ var Model = require('../'); var model = Model.create(); model.myMethod();