Method: Bundler::Thor::UndefinedCommandError::SpellChecker#spell_checker

Defined in:
lib/bundler/vendor/thor/lib/thor/error.rb

#spell_checkerObject



36
37
38
# File 'lib/bundler/vendor/thor/lib/thor/error.rb', line 36

def spell_checker
  DidYouMean::SpellChecker.new(dictionary: error.all_commands)
end