Javascript Number send(method)
Number.prototype.send = function(method) { return this[method].call(); };