hanami
https://github.com/hanami/hanami
Ruby
The web, with simplicity.
Hanami::ProviderRegistrar.for_slice
No Docs, write some!
Edit
git clone [email protected]:hanami/hanami.git
cd hanami
open lib/hanami/provider_registrar.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Hanami--ProviderRegistrar-for_slice-for-pr
# Commit to gitgit add lib/hanami/provider_registrar.rbgit commit -m "better docs for Hanami::ProviderRegistrar.for_slice"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Hanami--ProviderRegistrar-for_slice-for-pr
hub pull-request
# Celebrate!