Method: Bundler::Thor::UndefinedCommandError::SpellChecker#initialize

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

#initialize(error) ⇒ SpellChecker

Returns a new instance of SpellChecker.



28
29
30
# File 'lib/bundler/vendor/thor/lib/thor/error.rb', line 28

def initialize(error)
  @error = error
end