9 10 11 12
# File 'lib/config/rack/reloader.rb', line 9 def call(env) Config.reload! @app.call(env) end