Method: Bundler::Thor::Base::ClassMethods#class_at_least_one_option_names

Defined in:
lib/bundler/vendor/thor/lib/thor/base.rb

#class_at_least_one_option_namesObject

Returns this class at least one of required options array set, looking up in the ancestors chain.

Returns

Array[Array]


411
412
413
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 411

def class_at_least_one_option_names
  @class_at_least_one_option_names ||= from_superclass(:class_at_least_one_option_names, [])
end