Method: Plug::Configuration#options
- Defined in:
- lib/plug/configuration.rb
#options ⇒ Object
24 25 26 |
# File 'lib/plug/configuration.rb', line 24 def Hash[* VALID_OPTIONS_KEYS.map { |key| [key, send(key)] }.flatten] end |
24 25 26 |
# File 'lib/plug/configuration.rb', line 24 def Hash[* VALID_OPTIONS_KEYS.map { |key| [key, send(key)] }.flatten] end |