Sha256: a1a8ea501ebea6d82b69d7e5814a85c1e236cb40cd638e5b763ec12658a82bd6

Contents?: true

Size: 260 Bytes

Versions: 1

Compression:

Stored size: 260 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

1 entries across 1 versions & 1 rubygems

Version Path
autotestforphp-0.0.3 lib/autotestforphp/notification/windows.rb