# File lib/Borges/Component/TaskFrame.rb, line 3 def initialize @task = Borges::PluggableTask.new do go end @task.on_answer do |v| answer(v) end end