Method: Bundler::Thor::Base::ClassMethods#strict_args_position
- Defined in:
- lib/bundler/vendor/thor/lib/thor/base.rb
permalink #strict_args_position ⇒ Object
:nodoc:
218 219 220 |
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 218 def strict_args_position #:nodoc: @strict_args_position ||= from_superclass(:strict_args_position, false) end |