class Bundler::Thor::LineEditor::Basic

def readline

def readline
  $stdout.print(prompt)
  get_input
end