class Mustache::Generator

def compile(exp)

Given an array of tokens, returns an interpolatable Ruby string.
def compile(exp)
  "\"#{compile!(exp)}\""
end