class Bundler::Thor::Correctable::NoKwargSpellChecker

:nodoc:
unable to parse the file.
above, it’s still necessary because the interpreter would otherwise be
words. Even though this code wouldn’t be hit because of the check
arguments, we need our own spell checker class that doesn’t take key
In order to support versions of Ruby that don’t have keyword
rubocop:disable Naming/ConstantName

def initialize(dictionary)

:nodoc:
unable to parse the file.
above, it's still necessary because the interpreter would otherwise be
words. Even though this code wouldn't be hit because of the check
arguments, we need our own spell checker class that doesn't take key
In order to support versions of Ruby that don't have keyword
rubocop:disable Naming/ConstantName
def initialize(dictionary)
  @dictionary = dictionary
end