Method: Peerindex::Configuration#options
- Defined in:
- lib/peerindex/configuration.rb
#options ⇒ Object
Create a hash of options and their values
61 62 63 64 65 |
# File 'lib/peerindex/configuration.rb', line 61 def = {} VALID_OPTIONS_KEYS.each{|k| [k] = send(k)} end |