function Module (name, docs = 'Missing documentation.') { this.name = name this.methods = {} this.docs = docs }