Module: Coyote::Notifications

Defined in:
lib/coyote/notifier.rb

Instance Method Summary collapse

Instance Method Details

#notify(message, *args) ⇒ Object



37
38
39
# File 'lib/coyote/notifier.rb', line 37

def notify(message, *args)
  Coyote::Notifier.notify(message, args)
end