# File lib/Borges/Controller/Controller.rb, line 44 def answer(val = self) return val if @continuation.nil? @continuation.call(val) end