# File lib/interact/interactive.rb, line 35 def initialize(options = {}, answer = "", position = 0) @options = options @answer = answer @position = position @done = false end