class Handlebars::Tree::Partial

Public Instance Methods

_eval(context) click to toggle source
# File lib/ruby-handlebars/tree.rb, line 79
def _eval(context)
  context.get_partial(partial_name.to_s).call_with_context(context)
end