# File lib/relevance/tarantula/html_reporter.rb, line 57
      def create_index
        template = ERB.new(template("index.html.erb"))
        output("index.html", template.result(binding))
      end