class RuboCop::Formatter::TapFormatter

def annotate_message(msg)

def annotate_message(msg)
  msg.gsub(/`(.*?)`/, '\1')
end