Class: Handlebars::Tree::String

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

Instance Method Summary collapse

Instance Method Details

#_eval(context) ⇒ Object



35
36
37
# File 'lib/ruby-handlebars/tree.rb', line 35

def _eval(context)
  return content
end