Class: Notifier

Inherits:
Object
  • Object
show all
Defined in:
lib/notifier.rb

Class Method Summary collapse

Class Method Details

.call(message) ⇒ Object



2
3
4
# File 'lib/notifier.rb', line 2

def self.call(message)
  system("notify-send '#{message}'")
end