Class Rack::Config
In: lib/rack/config.rb
Parent: Object

Rack::Config modifies the environment using the block given during initialization.

Example:

    use Rack::Config do |env|
      env['my-key'] = 'some-value'
    end

Methods

call   new  

Public Class methods

Public Instance methods

[Validate]