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(message)
  TerminalNotifier.notify(
    message, title: "RubyPomodoro", sound: "default"
  )
end