# File lib/cgikit/template_store.rb, line 157 def initialize( application ) super @tmpdir = File.join(@application.tmpdir, TMPDIR).untaint end