# File lib/uniform_notifier/growl.rb, line 58
    def self._out_of_channel_notify(data)
      message = data.values.compact.join("\n")

      notify(message)
    end