Class: Tamarillo::Notification::Growl
- Inherits:
-
Object
- Object
- Tamarillo::Notification::Growl
- Defined in:
- lib/tamarillo/notification/growl.rb
Constant Summary collapse
- GROWL_COMMAND =
%Q{/usr/bin/env growlnotify --message 'Tomato complete.' --sticky}
Instance Method Summary collapse
-
#call ⇒ Object
Public: executes the notification.
Instance Method Details
#call ⇒ Object
Public: executes the notification.
7 8 9 |
# File 'lib/tamarillo/notification/growl.rb', line 7 def call system(GROWL_COMMAND) end |