Class: Handlebars::Tree::Partial

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby-handlebars/tree.rb

Instance Method Summary collapse

Instance Method Details

#_eval(context) ⇒ Object



85
86
87
# File 'lib/ruby-handlebars/tree.rb', line 85

def _eval(context)
  context.get_partial(partial_name.to_s).call_with_context(context)
end