Class: Jass::Engine
- Inherits:
-
Fold::Engine
- Object
- Fold::Engine
- Jass::Engine
- 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
#render ⇒ Object
19 20 21 |
# File 'lib/jass.rb', line 19 def render Layout.render Object.new, {:test=>super} end |