# File lib/notify/ruby_gntp.rb, line 5
    def self.notify(title, message)
      GNTP.notify :app_name => "ruby", :title => title, :text => message, :icon => ""
    end