Method: Rainmaker::Configuration#options
- Defined in:
- lib/rainmaker/configuration.rb
#options ⇒ Object
Create a hash of options and their values
72 73 74 75 76 |
# File 'lib/rainmaker/configuration.rb', line 72 def = {} VALID_OPTIONS_KEYS.each{|k| [k] = send(k) } end |