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



32
33
34
# File 'lib/ruby-handlebars/tree.rb', line 32

def _eval(context)
  return content
end