# File lib/uniform_notifier/slack.rb, line 27 def _out_of_channel_notify(data) message = data.values.compact.join("\n") notify(message) end