Object.extend(Function.prototype, {
    substr: function() {
        var __method = this;
        return function() {
            return "";
        } //RETURN AN EMPTY STRING ----------------------------------
    },
});
