Method: Bundler::Thor::UnknownArgumentError::SpellChecker#spell_checker

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

#spell_checkerObject


78
79
80
# File 'lib/bundler/vendor/thor/lib/thor/error.rb', line 78

def spell_checker
  @spell_checker ||= DidYouMean::SpellChecker.new(dictionary: error.switches)
end