Sha256: bb1cdb73714d41b7fd153bc69e1b7daddcb2fd86454f24225c66cf4873c6b668

Contents?: true

Size: 248 Bytes

Versions: 2

Compression:

Stored size: 248 Bytes

Contents

require 'snarl' if RUBY_PLATFORM =~ /mswin/

class Autotestforphp
  module Notification
    module Windows
      class << self
        def notify(title, msg, img)
          Snarl.show_message(title, msg, img)
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fgrehm-autotestforphp-0.0.1 lib/autotestforphp/notification/windows.rb
fgrehm-autotestforphp-0.0.2 lib/autotestforphp/notification/windows.rb