module Slack::Notifier::Util::Escape

def self.html string

def self.html string
  string.gsub(HTML_REGEXP, HTML_REPLACE)
end