module Bundler::Thor::Base::ClassMethods

def disable_required_check?(command_name) #:nodoc:

:nodoc:
a required option is not provided.
If true, option set will not suspend the execution of the command when
def disable_required_check?(command_name) #:nodoc:
  false
end