module Safit::Gntp

Public Class Methods

notify(message) click to toggle source
# File lib/safit/gntp.rb, line 24
def notify(message)
  ::GNTP.notify \
    :app_name => "Stick a fork in it",
    :host     => Settings['gntp.host'],
    :passwd   => Settings['gntp.passwd'],
    :text     => message
end