Skip to content

Instantly share code, notes, and snippets.

@jdewind
Created May 25, 2011 17:53
Show Gist options
  • Save jdewind/991475 to your computer and use it in GitHub Desktop.
Save jdewind/991475 to your computer and use it in GitHub Desktop.
require 'real_growl'
=> true
>> rg("Check out", ["Real", "Growl"], :icon => "/path/to/a/picture.jpg")
>> rg("Google", ["Real", "Growl"], :icon => "http://www.google.com/logos/stpatricks_d4gwinner_eo09.gif")
=> nil
>> Kernel.rg_sticky = false
=> false
>> Kernel.rg_priority = 3
=> 3
>> Kernel.rg_icon = "/the/path/cool.png"
=> "/the/path/cool.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment