# File lib/notify/ruby-growl.rb, line 6
    def self.notify(title, message, option = {})
      @@growl.notify 'notify', title, message, option[:priority] || 0, option[:sticky] || false
    end