Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
disable_required_check()
protected
help command has the required check
disabled by default.
# File lib/bundler/vendor/thor/lib/thor.rb, line 349
def disable_required_check #:nodoc:
@disable_required_check ||= Set.new([:help])
end