class Bundler::Thor::UndefinedCommandError::SpellChecker

def corrections

def corrections
  @corrections ||= spell_checker.correct(error.command).map(&:inspect)
end