Class: Tamarillo::Notification::Growl

Inherits:
Object
  • Object
show all
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

Instance Method Details

#callObject

Public: executes the notification.



7
8
9
# File 'lib/tamarillo/notification/growl.rb', line 7

def call
  system(GROWL_COMMAND)
end