tilt_render(tilt_engine, tilt_options, text)click to toggle source
# File lib/slim/embedded.rb, line 166deftilt_render(tilt_engine, tilt_options, text)
# HACK: Tilt::Engine#precompiled is protected
[:dynamic, tilt_engine.new(tilt_options) { text }.send(:precompiled, {}).first]
end