# File lib/rerun.rb, line 134
    def notify(title, body)
      growl title, body
      puts
      puts "#{Time.now.strftime("%T")} - #{app_name} #{title}"
    end