sinatra

https://github.com/sinatra/sinatra

Ruby

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

Sinatra::HamlHelpers#_capture_haml

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd sinatra

open sinatra-contrib/lib/sinatra/haml_helpers.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Sinatra--HamlHelpers-_capture_haml-for-pr


# Commit to git

git add sinatra-contrib/lib/sinatra/haml_helpers.rbgit commit -m "better docs for Sinatra::HamlHelpers#_capture_haml"


# 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--HamlHelpers-_capture_haml-for-pr

hub pull-request


# Celebrate!