A Ruby class that enables posting notifications to Growl.
Here is a short example of how to use this in a script:
n = GrowlNotifier.new('bla',['Foo'],nil, OSX::NSWorkspace.sharedWorkspace().iconForFileType_('unknown')) n.register() n.notify('Foo', 'Test Notification', 'Blah blah blah')