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