Class: Tamarillo::Notification::Speech

Inherits:
Object
  • Object
show all
Defined in:
lib/tamarillo/notification/speech.rb

Constant Summary collapse

SPEECH_COMMAND =
%Q{say "Tomato complete."}

Instance Method Summary collapse

Instance Method Details

#callObject

Public: executes the notification.



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

def call
  system(SPEECH_COMMAND)
end