55 56 57 58 59
# File 'lib/pmp/configuration.rb', line 55 def options options = {} VALID_OPTIONS_KEYS.each { |k| options[k] = send(k) } options end