Method: Fleet::Configuration#options
- Defined in:
- lib/fleet/configuration.rb
#options ⇒ Object
Return a has of all the current config options
27 28 29 |
# File 'lib/fleet/configuration.rb', line 27 def VALID_OPTIONS_KEYS.each_with_object({}) { |k, o| o[k] = send(k) } end |