Method: Bundler::Thor::UnknownArgumentError::SpellChecker#initialize

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

#initialize(error) ⇒ SpellChecker

Returns a new instance of SpellChecker.

[View source]

69
70
71
# File 'lib/bundler/vendor/thor/lib/thor/error.rb', line 69

def initialize(error)
  @error = error
end