# File lib/brakeman/parsers/template_parser.rb, line 71
    def erubis?
      tracker.config.escape_html? or
        tracker.config.erubis?
    end