Method: Bundler::Thor::Base::ClassMethods#strict_args_position!
- Defined in:
- lib/bundler/vendor/thor/lib/thor/base.rb
permalink #strict_args_position! ⇒ Object
If you want only strict string args (useful when cascading thor classes), call strict_args_position! This is disabled by default to allow dynamic invocations.
214 215 216 |
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 214 def strict_args_position! @strict_args_position = true end |