Method: Bundler::Thor::Command#method_at_least_one_option_names

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

#method_at_least_one_option_namesObject

:nodoc:

[View source]

70
71
72
# File 'lib/bundler/vendor/thor/lib/thor/command.rb', line 70

def method_at_least_one_option_names #:nodoc:
  self.options_relation[:at_least_one_option_names] || []
end