class Bundler::Thor::UndefinedCommandError::SpellChecker
def corrections
def corrections @corrections ||= spell_checker.correct(error.command).map(&:inspect) end
def corrections @corrections ||= spell_checker.correct(error.command).map(&:inspect) end