Sha256: 7b23bd424fc25d13438aca27f8707256e1599d112dae4dc53f48c1d61ce30c2f
Contents?: true
Size: 241 Bytes
Versions: 1
Compression:
Stored size: 241 Bytes
Contents
require 'snarl' if RUBY_PLATFORM =~ /mswin/ or RUBY_PLATFORM =~ /mingw/ module AutotestNotification class Windows class << self def notify(title, msg, img) Snarl.show_message(title, msg, img) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
autotest-notification-2.3.4 | lib/autotest_notification/windows.rb |