in mock_ring.js [6:11]
function MockRing(me) { EventEmitter.call(this); this.keyMapping = {}; this.me = me; this.isReady = false; }