# File lib/notify/ruby-growl.rb, line 6
    def self.notify(title, message)
      @@growl.notify 'notify', title, message
    end