class Mustache::Template

def ev(s)

Ruby string.
An interpolation-friendly version of a string, for use within a
def ev(s)
  "#\{#{s}}"
end