# File lib/slim/embedded.rb, line 174defcollect_text(body)
output_protector.call(interpolation.call(body))
end
tilt_render(tilt_engine, tilt_options, text)click to toggle source
# File lib/slim/embedded.rb, line 178deftilt_render(tilt_engine, tilt_options, text)
output_protector.unprotect(tilt_engine.new(tilt_options) { text }.render)
end