class Travis::Tools::Notification::Growl
def notify(title, body)
def notify(title, body) system 'growlnotify', '-n', 'Travis', '--image', ICON, '-m', body, title end
def notify(title, body) system 'growlnotify', '-n', 'Travis', '--image', ICON, '-m', body, title end