Class: Notifier
- Inherits:
-
Object
- Object
- Notifier
- 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() system("notify-send '#{message}'") end |