Method: Bundler::Thor::Base::ClassMethods#check_unknown_options!
- Defined in:
- lib/bundler/vendor/thor/lib/thor/base.rb
permalink #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.
168 169 170 |
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 168 def @check_unknown_options = true end |