Class: Thymeleaf::TemplateEngine

Inherits:
Object
  • Object
show all
Defined in:
lib/thymeleaf/template_engine.rb

Instance Method Summary collapse

Instance Method Details

#call(parsed_template, context_holder) ⇒ Object



5
6
7
8
# File 'lib/thymeleaf/template_engine.rb', line 5

def call(parsed_template, context_holder)
  process_node(context_holder, parsed_template)
  parsed_template
end