class Handlebars::Tree::String

Public Instance Methods

_eval(context) click to toggle source
# File lib/ruby-handlebars/tree.rb, line 35
def _eval(context)
  return content
end