Console.prototype.warn = function() {
  this._stderr.write(util.format.apply(this, arguments) + '\n');
};