Module: Tequila
- Defined in:
- lib/tree.rb,
lib/tequila.rb,
lib/tequila_jazz_handler.rb
Defined Under Namespace
Classes: Config, JazzHandler, Node, Tree
Instance Method Summary collapse
Instance Method Details
#render(templates, locals = { }) ⇒ Object
18 19 20 |
# File 'lib/tequila.rb', line 18 def render templates, locals = { } # some code here end |
#render_file(filename, locals = { }) ⇒ Object
14 15 16 |
# File 'lib/tequila.rb', line 14 def render_file filename, locals = { } # some code here end |