# -*- coding: utf-8 -*- require 'rubygems' require 'ruby-growl' g = Growl::GNTP.new "localhost", "test" g.add_notification "test" g.register g.notify "test", "test"