hub
https://github.com/mislav/hub
Go
A command-line tool that makes git easier to use with GitHub.
DeclarativePolicy::Base#subject
A policy object contains a specific user and subject on which to compute abilities. For this reason it's sometimes called "context" within the framework. It also stores a reference to the cache, so it can be used to cache computations by e.g. ManifestCondition.
Edit
git clone [email protected]:mislav/hub.git
cd hub
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-DeclarativePolicy--Base-subject-for-pr
# Commit to gitgit add git commit -m "better docs for DeclarativePolicy::Base#subject"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-DeclarativePolicy--Base-subject-for-pr
hub pull-request
# Celebrate!