Skip to content

Instantly share code, notes, and snippets.

@bhb
Created January 28, 2009 19:05
Show Gist options
  • Save bhb/54126 to your computer and use it in GitHub Desktop.
Save bhb/54126 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'ruby-growl'
g = Growl.new("localhost", "ruby-growl", ["ruby-growl Notification"], ["ruby-growl Notification"], nil)
g.notify("ruby-growl Notification", "It Came From Ruby-Growl", "Greetings!", 1, true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment