Module: Autotestforphp::Notification::Windows

Defined in:
lib/autotestforphp/notification/windows.rb

Class Method Summary collapse

Class Method Details

.notify(title, msg, img) ⇒ Object



7
8
9
# File 'lib/autotestforphp/notification/windows.rb', line 7

def notify(title, msg, img)
  Snarl.show_message(title, msg, img)
end