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 disable_required_check?(command)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