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