# File addon/buildr/nailgun.rb, line 60
    def tmp_path(*paths)
      File.join(Dir.tmpdir, 'nailgun', *paths)
    end