Class: AutotestNotification::Windows
- Inherits:
-
Object
- Object
- AutotestNotification::Windows
- Defined in:
- lib/autotest_notification/windows.rb
Class Method Summary collapse
Class Method Details
.notify(title, msg, img) ⇒ Object
6 7 8 |
# File 'lib/autotest_notification/windows.rb', line 6 def notify(title, msg, img) Snarl.(title, msg, img) end |