puma

https://github.com/puma/puma

Ruby

A Ruby/Rack web server built for parallelism

Puma::RackHandler#set_host_port_to_config

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:puma/puma.git

cd puma

open lib/rack/handler/puma.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Puma--RackHandler-set_host_port_to_config-for-pr


# Commit to git

git add lib/rack/handler/puma.rbgit commit -m "better docs for Puma::RackHandler#set_host_port_to_config"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Puma--RackHandler-set_host_port_to_config-for-pr

hub pull-request


# Celebrate!