# File lib/mustache.rb, line 190
  def escapeHTML(str)
    CGI.escapeHTML(str)
  end