Method: Bundler::Thor::Base::ClassMethods#strict_args_position?
- Defined in:
- lib/bundler/vendor/thor/lib/thor/base.rb
#strict_args_position?(config) ⇒ Boolean
:nodoc:
169 170 171 |
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 169 def strict_args_position?(config) #:nodoc: !!strict_args_position end |