Method: Thor::Base::ClassMethods#strict_args_position

Defined in:
lib/thor/base.rb

#strict_args_positionObject

:nodoc:



218
219
220
# File 'lib/thor/base.rb', line 218

def strict_args_position #:nodoc:
  @strict_args_position ||= from_superclass(:strict_args_position, false)
end