class Thor::LineEditor::Basic

def initialize(prompt, options)

def initialize(prompt, options)
  @prompt = prompt
  @options = options
end