class Slack::Notifier::Util::LinkFormatter

def format string, opts={}

def format string, opts={}
  LinkFormatter.new(string, **opts).formatted
end