# File lib/celerity/listener.rb, line 81 def handleAlert(page, message) @procs[:alert].each { |handler| handler.call(page, message) } end