module GuardWebHookNotifier

Constants

VERSION

Public Class Methods

register(name = 'webhook') click to toggle source
# File lib/guard-webhook-notifier.rb, line 7
def register(name = 'webhook')
  Guard::Notifier::NOTIFIERS << { name => Notifier }
end

Private Instance Methods

register(name = 'webhook') click to toggle source
# File lib/guard-webhook-notifier.rb, line 7
def register(name = 'webhook')
  Guard::Notifier::NOTIFIERS << { name => Notifier }
end