class Bundler::Thor::LineEditor::Basic

def get_input

def get_input
  if echo?
    $stdin.gets
  else
    $stdin.noecho(&:gets)
  end
end