1var wrap = require('./wrap.js'); 2var ro = wrap(); // can't write to `ro` and muck up internal state 3ro.pipe(process.stdout); 4 5