Javascript: Definicja metody
Function.prototype.method = function (name, func) { this.prototype[name] = func; return this; };