# File lib/autotest/jabber_notify.rb, line 48 def self.notify(msg) @@recipients.each do |contact| self.im.deliver(contact, msg) end end