Object
Injects the Configuration object into the env
# File lib/puma/configuration.rb, line 64 def initialize(config, app) @config = config @app = app end
# File lib/puma/configuration.rb, line 69 def call(env) env[Const::PUMA_CONFIG] = @config @app.call(env) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.