({ name: "Tater", helper: "To tinker?", bolder: function () { return function (text, render) { return "" + render(text) + ' ' + this.helper; } } })