Slim::Embedded::TagEngine
Javascript wrapper engine. Like TagEngine, but can wrap content in html comment or cdata.
# File lib/slim/embedded.rb, line 231 def on_slim_embedded(engine, body) super(engine, [:html, :js, body]) end