sinatra

https://github.com/sinatra/sinatra

Ruby

Classy web-development dressed in a DSL (official / canonical repo)

Sinatra::Base.on_stop_callback

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd sinatra

open lib/sinatra/base.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Sinatra--Base-on_stop_callback-for-pr


# Commit to git

git add lib/sinatra/base.rbgit commit -m "better docs for Sinatra::Base.on_stop_callback"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Sinatra--Base-on_stop_callback-for-pr

hub pull-request


# Celebrate!