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

    @continuation.call(val)
  end