Class: Buildmeister::Notifier

Inherits:
Object
  • Object
show all
Defined in:
lib/buildmeister/notifier.rb

Class Method Summary collapse

Class Method Details

.post(title, body) ⇒ Object



3
4
5
# File 'lib/buildmeister/notifier.rb', line 3

def self.post(title, body)
  `growlnotify -H localhost -s -n "Buildmeister" -d "Buildmeister" -t #{title} -m "#{body}"`
end