Report abuse


			
require 'rubygems'
require 'ruby-growl'

growl = Growl.new("localhost", "Historiographer", ['pages scribed'])
growl.notify('pages scribed', '5 of them', 'sweet')

# Errno::ECONNREFUSED: Connection refused - send(2)
# 
# method send  in ruby-growl.rb at line 187
# method send  in ruby-growl.rb at line 187
# method notify  in ruby-growl.rb at line 170
# at top level  in untitled document at line 5