Class: Handlebars::Tree::TemplateContent

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

Instance Method Summary collapse

Instance Method Details

#_eval(context) ⇒ Object



12
13
14
# File 'lib/ruby-handlebars/tree.rb', line 12

def _eval(context)
  return content
end