19 20 21
# File 'lib/chute/configuration.rb', line 19 def options Hash[ * VALID_CONFIG_KEYS.map { |key| [key, send(key)] }.flatten ] end