class Bundler::Thor::LineEditor::Readline

def add_to_history?

def add_to_history?
  options.fetch(:add_to_history, true)
end