Class: Jass::Engine

Inherits:
Fold::Engine
  • Object
show all
Defined in:
lib/jass.rb

Constant Summary collapse

Layout =
Haml::Engine.new File.read("#{Lucky7Root}/lib/jsspec/layout.html.haml")

Instance Method Summary collapse

Instance Method Details

#renderObject



19
20
21
# File 'lib/jass.rb', line 19

def render
  Layout.render Object.new, {:test=>super}    
end