30 31 32 33 34
# File 'lib/wishsimple/configuration.rb', line 30 def options options = {} OPTIONS_KEYS.each{|k| options[k] = send(k)} options end