module Mixlib::CLI::ClassMethods
def use_separate_default_options(true_or_false)
When this setting is set to +true+, default values supplied to the
def use_separate_default_options(true_or_false) @separate_default_options = true_or_false end
def use_separate_default_options(true_or_false) @separate_default_options = true_or_false end