# File lib/mustache/generator.rb, line 36
    def compile(exp)
      "\"#{compile!(exp)}\""
    end