Sha256: 80b517ea4ec25d8ff5c760815714b36c7c708014d9454117d47f46dd752e8124

Contents?: true

Size: 259 Bytes

Versions: 1

Compression:

Stored size: 259 Bytes

Contents

[ :growl, :knotify, :notify_send].each do |notifier|
  require "notifiers/#{notifier}"
end

module Notifiers

  def growl
    Growl.new
  end

  def knotify
    Knotify.new
  end

  def notify_send
    NotifySend.new
  end
  alias :lib_notify :notify_send
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notifiers-1.2.0 lib/notifiers.rb