ruby-git
https://github.com/ruby-git/ruby-git
Ruby
Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
Webfinger::Response#self_link_href
No Docs, write some!
Edit
git clone [email protected]:ruby-git/ruby-git.git
cd ruby-git
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Webfinger--Response-self_link_href-for-pr
# Commit to gitgit add git commit -m "better docs for Webfinger::Response#self_link_href"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Webfinger--Response-self_link_href-for-pr
hub pull-request
# Celebrate!