# File lib/guard/notifiers/growl.rb, line 87 def notify(type, title, message, image, options = { }) require 'growl' ::Growl.notify(message, DEFAULTS.merge(options).merge({ :name => 'Guard', :title => title, :image => image })) end