// Generated by CoffeeScript 1.9.3varDefaultBlockAppendor,tools,extend=function(child,parent){for(varkeyinparent){if(hasProp.call(parent,key))child[key]=parent[key];}functionctor(){this.constructor=child;}ctor.prototype=parent.prototype;child.prototype=newctor();child.__super__=parent.prototype;returnchild;},hasProp={}.hasOwnProperty;tools=require('../../../tools');module.exports=DefaultBlockAppendor=(function(superClass){extend(DefaultBlockAppendor,superClass);functionDefaultBlockAppendor(){returnDefaultBlockAppendor.__super__.constructor.apply(this,arguments);}DefaultBlockAppendor.prototype._render=function(options){returntools.repeatString("\n",this._config.amount);};returnDefaultBlockAppendor;})(require('./_BlockAppendor'));