The current EventEmitter docs: http://nodejs.org/api/events.html do not indicate how one should instantiate an instance of the emitter. The blessed procedure is: ``` tj.fontaine@joyent.com 11:53 you should util.inherits and EventEmitter.call(this) ```
The current EventEmitter docs: http://nodejs.org/api/events.html do not indicate how one should instantiate an instance of the emitter.
The blessed procedure is: