puma
https://github.com/puma/puma
Ruby
A Ruby/Rack web server built for parallelism
PlatformController#set_platform_app
No Docs, write some!
Edit
git clone [email protected]:puma/puma.git
cd puma
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-PlatformController-set_platform_app-for-pr
# Commit to gitgit add git commit -m "better docs for PlatformController#set_platform_app"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-PlatformController-set_platform_app-for-pr
hub pull-request
# Celebrate!