Method: Bundler::Thor::Base::ClassMethods#check_unknown_options!
- Defined in:
- lib/bundler/vendor/thor/lib/thor/base.rb
#check_unknown_options! ⇒ Object
If you want to raise an error for unknown options, call check_unknown_options! This is disabled by default to allow dynamic invocations.
139 140 141 |
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 139 def @check_unknown_options = true end |