# File lib/mspec/runner/formatters/html.rb, line 79
79:   def escape(string)
80:     string.gsub("&", "&nbsp;").gsub("<", "&lt;").gsub(">", "&gt;")
81:   end