Sha256: f0c0111a4bc057abf1a0a778a7ab369c8c8da4f9fe4b1659fdd90d1e441435a4

Contents?: true

Size: 222 Bytes

Versions: 4

Compression:

Stored size: 222 Bytes

Contents

module AutotestNotification
  class Mac
    class << self
      def notify(title, msg, img, pri = 0)
        system "growlnotify -n autotest --image #{img} -p #{pri} -m #{msg.inspect} #{title}"
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
carlosbrando-autotest-notification-0.1.0 lib/autotest_notification/mac.rb
carlosbrando-autotest-notification-0.2.0 lib/autotest_notification/mac.rb
urubatan-autotest-notification-0.1.0 lib/autotest_notification/mac.rb
urubatan-autotest-notification-0.2.0 lib/autotest_notification/mac.rb