Module: Autotestforphp::Notification::Mac
- Defined in:
- lib/autotestforphp/notification/mac.rb
Class Method Summary collapse
Class Method Details
.notify(title, msg, img) ⇒ Object
10 11 12 |
# File 'lib/autotestforphp/notification/mac.rb', line 10 def notify(title, msg, img) system "growlnotify -n autotest --image #{img} -m '#{msg}' -t #{title}" end |