class Slim::Embedded::OpalEngine

Protected Instance Methods

tilt_render(tilt_engine, tilt_options, text) click to toggle source
# File lib/opal/rails/slim_filter.rb, line 6
def tilt_render(tilt_engine, tilt_options, text)
  [:static, ::Opal.compile(text)]
end