var sys = require('sys'); var Row = function() { }; sys.inherits(Row, Array); var p = Row.prototype; module.exports = Row;