Tilt::ErubisTemplate
Modded ErubisTemplate that doesn't insist in an String as output buffer.
@api private
# File lib/padrino-core/application/rendering/extensions/erubis.rb, line 40 def precompiled_preamble(locals) old_postamble = super.split("\n")[0..-2] [old_postamble, "#{@outvar} = _buf = (#{@outvar} || ActiveSupport::SafeBuffer.new)"].join("\n") end
Generated with the Darkfish Rdoc Generator 2.