Skip to content

Instantly share code, notes, and snippets.

@jdewind
Created May 25, 2011 17:59
Show Gist options
  • Save jdewind/991500 to your computer and use it in GitHub Desktop.
Save jdewind/991500 to your computer and use it in GitHub Desktop.
>> require 'real_growl'
>> my_own_application = RealGrowl::Application.new("AppName")
=> #<RealGrowl::Application:0x1018eb6b8>
>> my_own_application.notify(:title => "Title", :description => "Desc", :priority => 0, :sticky => true, :icon => "/path/to/image.png")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment