method
disable_required_check?
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor
disable_required_check?(command)public
No documentation available.
# File lib/bundler/vendor/thor/lib/thor.rb, line 338
def disable_required_check?(command) #:nodoc:
command && disable_required_check.include?(command.name.to_sym)
end