Class: Tamarillo::Notification::Speech
- Inherits:
-
Object
- Object
- Tamarillo::Notification::Speech
- Defined in:
- lib/tamarillo/notification/speech.rb
Constant Summary collapse
- SPEECH_COMMAND =
%Q{say "Tomato complete."}
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/speech.rb', line 7 def call system(SPEECH_COMMAND) end |