Method: Bundler::Thor.disable_required_check?
- Defined in:
- lib/bundler/vendor/thor/lib/thor.rb
.disable_required_check?(command) ⇒ Boolean
:nodoc:
343 344 345 |
# File 'lib/bundler/vendor/thor/lib/thor.rb', line 343 def disable_required_check?(command) #:nodoc: command && disable_required_check.include?(command.name.to_sym) end |