Config.ru
Difference between run and use
Run - Takes an argument that is an object that responds to call and returns a Rack response. Use - Specifies middleware to use in a stack.
Run - Takes an argument that is an object that responds to call and returns a Rack response. Use - Specifies middleware to use in a stack.