blob: c3abcc3dd299655b284b8526b19696fc3cd0d7a5 [file] [log] [blame]
// Generated by CoffeeScript 1.9.3
var _LineWrapper;
module.exports = _LineWrapper = (function() {
function _LineWrapper() {}
_LineWrapper.prototype.render = function(str, options) {
return this._render(str, options);
};
return _LineWrapper;
})();