class RuboCop::Formatter::HTMLFormatter::ERBContext

def escape(string)

def escape(string)
  CGI.escapeHTML(string)
end