UNPKG

olive_oil

Version:

A namespace handler,class factory and inheritance handler

11 lines (10 loc) 166 B
module.exports={ name:null, generation:1, init:function(name){ this.name=name; }, toString:function(){ return 'Hello! My name is '+this.name; } }