Fun with Growl

(1..100).each {|num| Growl.new(:message => "I am number #{num}!").run}

Change the number to 1000, as I did, and don’t plan on seeing your desktop for a while. Add :sticky => true for extra “fun”.

Tags:

3 Responses to “Fun with Growl”

  1. Joseph Pecoraro Says:

    Which Growl library are you using?

  2. Sho Says:

    The library in the example is .

  3. Joseph Pecoraro Says:

    Ahh nice. I like that a little better then the ruby-growl gem I was using. Thanks.

Leave a Reply