Method: Bundler::Thor.disable_required_check?

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

.disable_required_check?(command) ⇒ Boolean

:nodoc:

Returns:

  • (Boolean)
[View source]

438
439
440
# File 'lib/bundler/vendor/thor/lib/thor.rb', line 438

def disable_required_check?(command) #:nodoc:
  command && disable_required_check.include?(command.name.to_sym)
end