75 76 77 78 79
# File 'lib/pmp/configuration.rb', line 75 def options options = {} VALID_OPTIONS_KEYS.each { |k| options[k] = send(k) } options end