puma

https://github.com/puma/puma

Ruby

A Ruby/Rack web server built for parallelism

Puma::Client#closed?

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd puma

open lib/puma/client.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Puma--Client-closed--for-pr


# Commit to git

git add lib/puma/client.rbgit commit -m "better docs for Puma::Client#closed?"


# 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--Client-closed--for-pr

hub pull-request


# Celebrate!