Method: Bundler::Thor::Base::ClassMethods#strict_args_position!

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

#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.



161
162
163
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 161

def strict_args_position!
  @strict_args_position = true
end