Module: Ruby::Pomodoro::TerminalNotifierChannel
- Defined in:
- lib/ruby/pomodoro/terminal_notifier_channel.rb
Class Method Summary collapse
Class Method Details
.call(message) ⇒ Object
6 7 8 9 10 |
# File 'lib/ruby/pomodoro/terminal_notifier_channel.rb', line 6 def call() TerminalNotifier.notify( , title: "RubyPomodoro", sound: "default" ) end |