Class: Templette::Engines::Haml

Inherits:
Object
  • Object
show all
Defined in:
lib/templette/engines/haml.rb

Instance Method Summary collapse

Instance Method Details

#render(html, the_binding) ⇒ Object



7
8
9
# File 'lib/templette/engines/haml.rb', line 7

def render(html, the_binding)
  ::Haml::Engine.new(html).render(the_binding)
end